Skip to content
Geo Hound
ESRI MapServerData directory

Layers

Published by gis.mstn.govt.nz

GIS service providing roads data.

New Zealandroads
Extent not published by this service

Service facts

Endpoint
https://gis.mstn.govt.nz/arcgis/rest/services/Transportation/Roads/MapServer
Type
ESRI MapServer
Layers
2
Formats
PNG32, PNG24, PNG, JPG, DIB, TIFF, EMF, PS, PDF, GIF, SVG, SVGZ, BMP
CRS
EPSG:2193
CORS
Enabled
Response time
49 ms at last check
Last verified
2026-07-24
Discovered
1 time by Geo Hound users

Layers

IdLayerGeometryFeatures
0Road Labels
35 fields
NameAliasType
OBJECTIDOBJECTIDesriFieldTypeOID
SHAPEShapeesriFieldTypeGeometry
road_section_geometry_idroad_section_geometry_idesriFieldTypeInteger
fullnamefullnameesriFieldTypeString
road_idroad_idesriFieldTypeInteger
road_section_idroad_section_idesriFieldTypeInteger
geometry_classgeometry_classesriFieldTypeString
road_typeroad_typeesriFieldTypeString
road_section_typeroad_section_typeesriFieldTypeString
address_range_road_idaddress_range_road_idesriFieldTypeInteger
road_id_1road_id_1esriFieldTypeInteger
full_road_namefull_road_nameesriFieldTypeString
road_name_labelroad_name_labelesriFieldTypeString
road_name_prefixroad_name_prefixesriFieldTypeString
road_name_bodyroad_name_bodyesriFieldTypeString
road_name_typeroad_name_typeesriFieldTypeString
road_name_suffixroad_name_suffixesriFieldTypeString
secondary_road_namesecondary_road_nameesriFieldTypeString
full_route_namefull_route_nameesriFieldTypeString
secondary_route_namesecondary_route_nameesriFieldTypeString
tertiary_route_nametertiary_route_nameesriFieldTypeString
left_suburb_localityleft_suburb_localityesriFieldTypeString
right_suburb_localityright_suburb_localityesriFieldTypeString
left_town_cityleft_town_cityesriFieldTypeString
right_town_cityright_town_cityesriFieldTypeString
left_territorial_authorityleft_territorial_authorityesriFieldTypeString
right_territorial_authorityright_territorial_authorityesriFieldTypeString
full_road_name_asciifull_road_name_asciiesriFieldTypeString
road_name_label_asciiroad_name_label_asciiesriFieldTypeString
road_name_body_asciiroad_name_body_asciiesriFieldTypeString
secondary_road_name_asciisecondary_road_name_asciiesriFieldTypeString
left_suburb_locality_asciileft_suburb_locality_asciiesriFieldTypeString
right_suburb_locality_asciiright_suburb_locality_asciiesriFieldTypeString
left_town_city_asciileft_town_city_asciiesriFieldTypeString
right_town_city_asciiright_town_city_asciiesriFieldTypeString
line
1Roads (Search)
35 fields
NameAliasType
OBJECTIDOBJECTIDesriFieldTypeOID
SHAPEShapeesriFieldTypeGeometry
fullnameFULLNAMEesriFieldTypeString
road_section_idroad_section_idesriFieldTypeInteger
road_idroad_idesriFieldTypeInteger
road_section_geometry_idroad_section_geometry_idesriFieldTypeInteger
geometry_classgeometry_classesriFieldTypeString
road_typeroad_typeesriFieldTypeString
road_section_typeroad_section_typeesriFieldTypeString
address_range_road_idaddress_range_road_idesriFieldTypeInteger
road_id_1road_id_1esriFieldTypeInteger
full_road_namefull_road_nameesriFieldTypeString
road_name_labelroad_name_labelesriFieldTypeString
road_name_prefixroad_name_prefixesriFieldTypeString
road_name_bodyroad_name_bodyesriFieldTypeString
road_name_typeroad_name_typeesriFieldTypeString
road_name_suffixroad_name_suffixesriFieldTypeString
secondary_road_namesecondary_road_nameesriFieldTypeString
full_route_namefull_route_nameesriFieldTypeString
secondary_route_namesecondary_route_nameesriFieldTypeString
tertiary_route_nametertiary_route_nameesriFieldTypeString
left_suburb_localityleft_suburb_localityesriFieldTypeString
right_suburb_localityright_suburb_localityesriFieldTypeString
left_town_cityleft_town_cityesriFieldTypeString
right_town_cityright_town_cityesriFieldTypeString
left_territorial_authorityleft_territorial_authorityesriFieldTypeString
right_territorial_authorityright_territorial_authorityesriFieldTypeString
full_road_name_asciifull_road_name_asciiesriFieldTypeString
road_name_label_asciiroad_name_label_asciiesriFieldTypeString
road_name_body_asciiroad_name_body_asciiesriFieldTypeString
secondary_road_name_asciisecondary_road_name_asciiesriFieldTypeString
left_suburb_locality_asciileft_suburb_locality_asciiesriFieldTypeString
right_suburb_locality_asciiright_suburb_locality_asciiesriFieldTypeString
left_town_city_asciileft_town_city_asciiesriFieldTypeString
right_town_city_asciiright_town_city_asciiesriFieldTypeString
line

Use this service

QGIS
Layer > Add Layer > Add ArcGIS REST Server Layer > New
Name: Layers
URL: https://gis.mstn.govt.nz/arcgis/rest/services/Transportation/Roads/MapServer
ArcGIS Pro
Insert > Connections > Server > New ArcGIS Server
Server URL: https://gis.mstn.govt.nz/arcgis/rest/services/Transportation/Roads/MapServer
Leaflet
fetch('https://gis.mstn.govt.nz/arcgis/rest/services/Transportation/Roads/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://gis.mstn.govt.nz/arcgis/rest/services/Transportation/Roads/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