Skip to content
Geo Hound
ESRI MapServerData directory

Planning

Published by maps164.nottinghamcity.gov.uk

Planning designations including listed buildings and conservation areas.

Nottinghamshire, United Kingdomplanningheritageboundaries
Extent not published by this service

Service facts

Endpoint
https://maps164.nottinghamcity.gov.uk/server/rest/services/Core_services/Planning/MapServer
Type
ESRI MapServer
Layers
22
Formats
PNG32, PNG24, PNG, JPG, DIB, TIFF, EMF, PS, PDF, GIF, SVG, SVGZ, BMP
CRS
EPSG:27700
CORS
Enabled
Response time
1216 ms at last check
Last verified
2026-07-24
Discovered
1 time by Geo Hound users

Layers

IdLayerGeometryFeatures
0Planning
1Listed Buildings
2Listed Buildings Points
5 fields
NameAliasType
OBJECTIDOBJECTIDesriFieldTypeOID
ADDRESSAddressesriFieldTypeString
DESCRIPTDescriptionesriFieldTypeString
SHAPEShapeesriFieldTypeGeometry
SE_ANNO_CASE_ANNO_CAesriFieldTypeString
point
3Listed Buildings Polygons
5 fields
NameAliasType
OBJECTIDOBJECTIDesriFieldTypeOID
ADDRESSAddressesriFieldTypeString
DESCRIPTDescriptionesriFieldTypeString
LISBGDE_DELISBGDE_DEesriFieldTypeString
SHAPEShapeesriFieldTypeGeometry
polygon
4Scheduled Ancient Monuments
4 fields
NameAliasType
OBJECTIDOBJECTIDesriFieldTypeOID
NAMENameesriFieldTypeString
AREA_HAArea (Ha)esriFieldTypeDouble
SHAPEShapeesriFieldTypeGeometry
point
5Notifiable Pipeline
3 fields
NameAliasType
OBJECTIDOBJECTIDesriFieldTypeOID
SHAPEShapeesriFieldTypeGeometry
NAMENAMEesriFieldTypeString
line
6Article 4 Direction Areas
7Article 4 Directions – Historic Environment
6 fields
NameAliasType
OBJECTIDOBJECTIDesriFieldTypeOID
NAMENAMEesriFieldTypeString
SHAPEShapeesriFieldTypeGeometry
SHAPE_AreaSHAPE.AREAesriFieldTypeDouble
SHAPE_LengthSHAPE.LENesriFieldTypeDouble
WEBSITEWEBSITEesriFieldTypeString
polygon
8Article 4 Directions – Houses in Multiple Occupation
5 fields
NameAliasType
OBJECTIDOBJECTIDesriFieldTypeOID
NAMENAMEesriFieldTypeString
SHAPEShapeesriFieldTypeGeometry
SHAPE_AreaSHAPE.AREAesriFieldTypeDouble
SHAPE_LengthSHAPE.LENesriFieldTypeDouble
polygon
9Conservation Areas
6 fields
NameAliasType
OBJECTIDOBJECTIDesriFieldTypeOID
NAMENameesriFieldTypeString
WEBSITEWebsiteesriFieldTypeString
HAHectaresesriFieldTypeDouble
MANAG_PLANManagement Plan?esriFieldTypeString
SHAPEShapeesriFieldTypeGeometry
polygon
10Development Management Area Teams
4 fields
NameAliasType
OBJECTIDOBJECTIDesriFieldTypeOID
NAMENameesriFieldTypeString
WEBSITEWebsiteesriFieldTypeString
SHAPEShapeesriFieldTypeGeometry
polygon
11Hazardous Installations (Internal)
3 fields
NameAliasType
OBJECTIDOBJECTIDesriFieldTypeOID
LPPOLICYLocal Plan PolicyesriFieldTypeString
SHAPEShapeesriFieldTypeGeometry
polygon
12Planning Applications
13Planning Application Points
11 fields
NameAliasType
KEYVALKEYVALesriFieldTypeString
SHAPESHAPEesriFieldTypeGeometry
OBJECTIDOBJECTIDesriFieldTypeOID
APP_REFApplication ReferenceesriFieldTypeString
APP_ADDRESSApplication AddressesriFieldTypeString
PROPOSALProposalesriFieldTypeString
DATE_APP_RECEIVEDDate Application ReceivedesriFieldTypeDate
DATE_APP_VALIDDate Application ValidesriFieldTypeDate
APP_STATUSApplication StatusesriFieldTypeString
DECISION_DATEDecision DateesriFieldTypeDate
DECISIONDecisionesriFieldTypeString
point
14Planning Application Polygons
11 fields
NameAliasType
KEYVALKEYVALesriFieldTypeString
SHAPESHAPEesriFieldTypeGeometry
OBJECTIDOBJECTIDesriFieldTypeOID
APP_REFApplication ReferenceesriFieldTypeString
APP_ADDRESSApplication AddressesriFieldTypeString
PROPOSALProposalesriFieldTypeString
DATE_APP_RECEIVEDDate Application ReceivedesriFieldTypeDate
DATE_APP_VALIDDate Application ValidesriFieldTypeDate
APP_STATUSApplication StatusesriFieldTypeString
DECISION_DATEDecision DateesriFieldTypeDate
DECISIONDecisionesriFieldTypeString
polygon
All 22 layers
16Tree Preservation Orderspolygon
17Brownfield Registerpolygon
18SHLAA Sitespolygon
19Local Listpolygon
20SELAA Sitespolygon
32Main Built-Up Areapolygon
33Sites of Special Scientific Interest Impact Risk Zones (SSSI IRZ)polygon

Use this service

QGIS
Layer > Add Layer > Add ArcGIS REST Server Layer > New
Name: Planning
URL: https://maps164.nottinghamcity.gov.uk/server/rest/services/Core_services/Planning/MapServer
ArcGIS Pro
Insert > Connections > Server > New ArcGIS Server
Server URL: https://maps164.nottinghamcity.gov.uk/server/rest/services/Core_services/Planning/MapServer
Leaflet
fetch('https://maps164.nottinghamcity.gov.uk/server/rest/services/Core_services/Planning/MapServer/0/query?where=1%3D1&outFields=*&f=geojson')
  .then((r) => r.json())
  .then((geojson) => L.geoJSON(geojson).addTo(map));
Python
import geopandas as gpd
gdf = gpd.read_file(
    'https://maps164.nottinghamcity.gov.uk/server/rest/services/Core_services/Planning/MapServer/0/query?where=1%3D1&outFields=*&f=geojson'
)

Related services

This service was found in the wild by Geo Hound users while browsing the web.

Add to Chrome
Report an issue with this listing