Skip to content

Commit

Permalink
Review van edward vewerken
Browse files Browse the repository at this point in the history
  • Loading branch information
Doldenburgamsterdam committed Sep 13, 2024
1 parent 14c848f commit ba58413
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions brk2.map
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ MAP
DATA "geometrie FROM (
SELECT *
FROM public.brk_2_kadastraleobjecten bk
WHERE bk.indexletter = 'A' and eind_geldigheid isnull) AS sub
WHERE bk.indexletter = 'A' and eind_geldigheid IS NULL) AS sub
USING srid=28992 USING UNIQUE id"
TYPE POINT
MINSCALEDENOM 100
Expand All @@ -179,7 +179,6 @@ MAP
"gml_include_items" "all"
"gml_types" "auto"
"wms_include_items" "all"
"wfs_enable_request" "*"
END

CLASS
Expand Down Expand Up @@ -383,7 +382,7 @@ MAP
DATA "geometrie FROM (
SELECT *
FROM public.brk_2_kadastraleobjecten bk
WHERE bk.indexletter = 'A' and eind_geldigheid isnull) AS sub
WHERE bk.indexletter = 'A' and eind_geldigheid IS NULL) AS sub
USING srid=28992 USING UNIQUE id"
TYPE POINT
MAXSCALEDENOM 1000
Expand Down

0 comments on commit ba58413

Please sign in to comment.