Layers Published by sccmaps.surreycc.gov.uk
District administrative boundaries for Surrey.
United Kingdom boundaries
Extent not published by this service Load live preview
Service facts Endpoint https://sccmaps.surreycc.gov.uk/webmaps/rest/services/Surrey_Interactive_Map/Boundary_District/MapServer Copy URL Type ESRI MapServer Layers 1 Formats PNG32, PNG24, PNG, JPG, DIB, TIFF, EMF, PS, PDF, GIF, SVG, SVGZ, BMP CRS EPSG:27700 CORS Enabled Response time 318 ms at last check Last verified 2026-07-24 Discovered 1 time by Geo Hound users Layers Id Layer Geometry Features 11 Boundary - District30 fields Name Alias Type OBJECTID OBJECTID esriFieldTypeOID description Description esriFieldTypeString Shape Shape esriFieldTypeGeometry osid osid esriFieldTypeString toid toid esriFieldTypeString versiondate versiondate esriFieldTypeDate versionavailablefromdate versionavailablefromdate esriFieldTypeDate versionavailabletodate versionavailabletodate esriFieldTypeDate changetype changetype esriFieldTypeString geometry_area geometry_area esriFieldTypeDouble theme theme esriFieldTypeString name1_text name1_text esriFieldTypeString name1_language name1_language esriFieldTypeString name2_text name2_text esriFieldTypeString name2_language name2_language esriFieldTypeString gsscode gsscode esriFieldTypeString boundarytype boundarytype esriFieldTypeString boundaryparentreference_id boundaryparentreference_id esriFieldTypeString boundaryparentreference_feature boundaryparentreference_feature esriFieldTypeString boundaryparentreference_classif boundaryparentreference_classif esriFieldTypeString boundaryparentreference_name1_t boundaryparentreference_name1_t esriFieldTypeString boundaryparentreference_name1_l boundaryparentreference_name1_l esriFieldTypeString boundaryparentreference_name2_t boundaryparentreference_name2_t esriFieldTypeString boundaryparentreference_name2_l boundaryparentreference_name2_l esriFieldTypeString landareahectares landareahectares esriFieldTypeDouble tidalareahectares tidalareahectares esriFieldTypeDouble totalareahectares totalareahectares esriFieldTypeDouble isborough isborough esriFieldTypeInteger Shape.STArea() Shape.STArea() esriFieldTypeDouble Shape.STLength() Shape.STLength() esriFieldTypeDouble
polygon
Use this service QGIS Copy
Layer > Add Layer > Add ArcGIS REST Server Layer > New
Name: Layers
URL: https://sccmaps.surreycc.gov.uk/webmaps/rest/services/Surrey_Interactive_Map/Boundary_District/MapServer ArcGIS Pro Copy
Insert > Connections > Server > New ArcGIS Server
Server URL: https://sccmaps.surreycc.gov.uk/webmaps/rest/services/Surrey_Interactive_Map/Boundary_District/MapServer Leaflet Copy
fetch('https://sccmaps.surreycc.gov.uk/webmaps/rest/services/Surrey_Interactive_Map/Boundary_District/MapServer/11/query?where=1%3D1&outFields=*&f=geojson')
.then((r) => r.json())
.then((geojson) => L.geoJSON(geojson).addTo(map)); Python Copy
import geopandas as gpd
gdf = gpd.read_file(
'https://sccmaps.surreycc.gov.uk/webmaps/rest/services/Surrey_Interactive_Map/Boundary_District/MapServer/11/query?where=1%3D1&outFields=*&f=geojson'
)