Skip to content

Commit

Permalink
[Merton] Add recycling_banks layer
Browse files Browse the repository at this point in the history
  • Loading branch information
chrismytton authored and dracos committed Dec 10, 2024
1 parent 31c6cf1 commit 30c6877
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions layers/merton.map
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
MAP
NAME "Merton"
STATUS ON
EXTENT -180 -90 180 90
SHAPEPATH "../../layers"

OUTPUTFORMAT
NAME "geojson"
DRIVER "OGR/GEOJSON"
MIMETYPE "application/json; subtype=geojson"
FORMATOPTION "STORAGE=stream"
FORMATOPTION "FORM=SIMPLE"
END

LAYER
NAME "recycling_banks"
METADATA
"wfs_title" "Recycling banks"
"wfs_srs" "EPSG:3857 EPSG:27700"
"gml_include_items" "name"
"gml_featureid" "uprn"
"wfs_enable_request" "*"
END
TYPE POINT
STATUS ON
CONNECTIONTYPE OGR
CONNECTION 'merton/recycling_banks.gpkg'
DATA 'recycling_banks'
PROJECTION
"init=epsg:4326"
END
END

END

0 comments on commit 30c6877

Please sign in to comment.