Skip to content

Commit

Permalink
[Oxfordshire] Copy of Oxfordshire layer.
Browse files Browse the repository at this point in the history
  • Loading branch information
dracos committed Feb 15, 2023
1 parent 31d14b2 commit 3d2f6c2
Showing 1 changed file with 42 additions and 0 deletions.
42 changes: 42 additions & 0 deletions layers/oxfordshire.map
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,48 @@ MAP
END
END #layer

LAYER
NAME "BRIDESFMS1"
METADATA
"wfs_title" "OCC Roads" ##REQUIRED
"wfs_srs" "EPSG:27700 EPSG:3857" ## REQUIRED
"gml_include_items" "all" ## Optional (serves all attributes for layer)
"gml_geometries" "SHAPE_GEOMETRY"
# "gml_featureid" "??" ## REQUIRED
"wfs_enable_request" "*"
"wfs_getfeature_formatlist" "geojson"
END
TYPE LINE
STATUS ON
CONNECTIONTYPE OGR
CONNECTION 'oxfordshire/oxfordshirebridges.gpkg'
DATA 'BRIDESFMS1'
PROJECTION
"init=epsg:27700"
END
END #layer

LAYER
NAME "MAINTAINABLE_AT_PUBLIC_EXPENSE_FMS"
METADATA
"wfs_title" "OCC Roads" ##REQUIRED
"wfs_srs" "EPSG:27700 EPSG:3857" ## REQUIRED
"gml_include_items" "all" ## Optional (serves all attributes for layer)
"gml_geometries" "SHAPE_GEOMETRY"
# "gml_featureid" "??" ## REQUIRED
"wfs_enable_request" "*"
"wfs_getfeature_formatlist" "geojson"
END
TYPE LINE
STATUS ON
CONNECTIONTYPE OGR
CONNECTION 'oxfordshire/oxfordshireroads.gpkg'
DATA 'MAINTAINABLE_AT_PUBLIC_EXPENSE_FMS'
PROJECTION
"init=epsg:27700"
END
END #layer

LAYER
NAME "OCCRoads"
METADATA
Expand Down

0 comments on commit 3d2f6c2

Please sign in to comment.