Skip to content
Geo Hound
ESRI MapServerData directory

Streetmap

Published by gismaps.hdc.govt.nz

Road network, house numbers and cadastral boundaries for streetmap display.

New Zealandroadsaddressesboundaries
Extent not published by this service

Service facts

Endpoint
https://gismaps.hdc.govt.nz/server/rest/services/Basemaps/StreetmapBasic/MapServer
Type
ESRI MapServer
Layers
6
Formats
PNG32, PNG24, PNG, JPG, DIB, TIFF, EMF, PS, PDF, GIF, SVG, SVGZ, BMP
CRS
EPSG:2193
CORS
Enabled
Response time
70 ms at last check
Last verified
2026-07-24
Discovered
1 time by Geo Hound users

Layers

IdLayerGeometryFeatures
0Railway Lines
3 fields
NameAliasType
OBJECTIDOBJECTIDesriFieldTypeOID
ShapeShapeesriFieldTypeGeometry
Shape_LengthShape_LengthesriFieldTypeDouble
line
1Hastings District Boundary
4 fields
NameAliasType
OBJECTIDOBJECTIDesriFieldTypeOID
SHAPEShapeesriFieldTypeGeometry
FID_HastingsDistrictBoundaryExtFID_HastingsDistrictBoundaryExtesriFieldTypeInteger
SHAPE_LengthSHAPE_LengthesriFieldTypeDouble
line
2Road Centrelines
6 fields
NameAliasType
OBJECTIDOBJECTIDesriFieldTypeOID
cway_hierarchycway_hierarchyesriFieldTypeString
ShapeShapeesriFieldTypeGeometry
RoadnameRoadnameesriFieldTypeString
BasemapHierarchyBasemapHierarchyesriFieldTypeString
Shape_LengthShape_LengthesriFieldTypeDouble
line
3Road Names
7 fields
NameAliasType
OBJECTIDOBJECTIDesriFieldTypeOID
RoadnameRoadnameesriFieldTypeString
ShapeShapeesriFieldTypeGeometry
Created_DateRoadnameMacronesriFieldTypeString
Created_BySHAPE_LengthesriFieldTypeDouble
RoadnameMacronRoadnameMacronesriFieldTypeString
SHAPE_LengthSHAPE_LengthesriFieldTypeDouble
line
4House Numbers
4 fields
NameAliasType
OBJECTIDOBJECTIDesriFieldTypeOID
HouseNoHouseNoesriFieldTypeString
AngleAngleesriFieldTypeDouble
ShapeSHAPEesriFieldTypeGeometry
point
5Cadastral Boundary
6 fields
NameAliasType
OBJECTIDOBJECTIDesriFieldTypeOID
ididesriFieldTypeInteger
LegalIDLegalIDesriFieldTypeString
ShapeShapeesriFieldTypeGeometry
Shape_LengthShape_LengthesriFieldTypeDouble
Shape_AreaShape_AreaesriFieldTypeDouble
polygon

Use this service

QGIS
Layer > Add Layer > Add ArcGIS REST Server Layer > New
Name: Streetmap
URL: https://gismaps.hdc.govt.nz/server/rest/services/Basemaps/StreetmapBasic/MapServer
ArcGIS Pro
Insert > Connections > Server > New ArcGIS Server
Server URL: https://gismaps.hdc.govt.nz/server/rest/services/Basemaps/StreetmapBasic/MapServer
Leaflet
fetch('https://gismaps.hdc.govt.nz/server/rest/services/Basemaps/StreetmapBasic/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://gismaps.hdc.govt.nz/server/rest/services/Basemaps/StreetmapBasic/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