Skip to content

Commit

Permalink
;
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdstruijk committed Nov 1, 2017
1 parent f249d12 commit 0d35aee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion maps/hectometerborden.sql
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ select
case pos_tv_wol when 'L' then 'Li' when 'R' then 'Re' else null end as positie,
dvk_letter as letter,
h.geom
from nwb_datum.hectopunten h
from nwb_datum.hectopunten h;

-- if not exists since PostgreSQL 9.5
create table if not exists hmb_10k (gid serial, wegnummer varchar, hectometer varchar, geom geometry(Point,28992));
Expand Down

0 comments on commit 0d35aee

Please sign in to comment.