Skip to content

Commit

Permalink
Properly set geometry as MultiPolygon. (#573)
Browse files Browse the repository at this point in the history
  • Loading branch information
emacgillavry authored Jul 8, 2024
1 parent 519b4ec commit 7ec7157
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions nieuwbouwplannen.map
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ MAP
METADATA
"ows_title" "Nieuwbouwplannen"
"ows_abstract" "Nieuwbouwplannen woningbouw openbaar Amsterdam"
"ows_onlineresource" "MAP_URL_REPLACE/maps/nieuwbouwplannen"
"ows_onlineresource" "http://map/maps/nieuwbouwplannen"
END
END

Expand All @@ -29,7 +29,7 @@ MAP
"wms_group_title" "Woningbouwplannen"
"gml_featureid" "id"
"gml_geometries" "geometry"
"gml_geometry_type" "polygon"
"gml_geometry_type" "multipolygon"
"gml_include_items" "all"
"gml_types" "auto"
"wms_include_items" "all"
Expand Down Expand Up @@ -70,7 +70,7 @@ MAP
"wms_group_title" "Woningbouwplannen"
"gml_featureid" "id"
"gml_geometries" "geometry"
"gml_geometry_type" "polygon"
"gml_geometry_type" "multipolygon"
"gml_include_items" "all"
"gml_types" "auto"
"wms_include_items" "all"
Expand Down Expand Up @@ -111,7 +111,7 @@ MAP
"wms_group_title" "Woningbouwplannen"
"gml_featureid" "id"
"gml_geometries" "geometry"
"gml_geometry_type" "polygon"
"gml_geometry_type" "multipolygon"
"gml_include_items" "all"
"gml_types" "auto"
"wms_include_items" "all"
Expand Down Expand Up @@ -152,7 +152,7 @@ MAP
"wms_group_title" "Woningbouwplannen"
"gml_featureid" "id"
"gml_geometries" "geometry"
"gml_geometry_type" "polygon"
"gml_geometry_type" "multipolygon"
"gml_include_items" "all"
"gml_types" "auto"
"wms_include_items" "all"
Expand Down Expand Up @@ -193,7 +193,7 @@ MAP
"wms_group_title" "Woningbouwplannen"
"gml_featureid" "id"
"gml_geometries" "geometry"
"gml_geometry_type" "polygon"
"gml_geometry_type" "multipolygon"
"gml_include_items" "all"
"gml_types" "auto"
"wms_include_items" "all"
Expand Down

0 comments on commit 7ec7157

Please sign in to comment.