Skip to content
Geo Hound
ESRI MapServerData directory

Roads

Published by gis.wcc.govt.nz

Road network with names, categories and attributes for Wellington City

New Zealandroadstransport
Extent not published by this service

Service facts

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

Layers

IdLayerGeometryFeatures
0Road Name
13 fields
NameAliasType
OBJECTIDOBJECTIDesriFieldTypeOID
road_idroad_idesriFieldTypeInteger
full_road_namefull_road_nameesriFieldTypeString
road_name_labelroad_name_labelesriFieldTypeString
road_name_bodyroad_name_bodyesriFieldTypeString
road_name_typeroad_name_typeesriFieldTypeString
road_name_suffixroad_name_suffixesriFieldTypeString
is_landis_landesriFieldTypeString
full_road_name_asciifull_road_name_asciiesriFieldTypeString
road_name_label_asciiroad_name_label_asciiesriFieldTypeString
road_name_body_asciiroad_name_body_asciiesriFieldTypeString
ShapeShapeesriFieldTypeGeometry
Shape.STLength()Shape.STLength()esriFieldTypeDouble
line
1Kerb
7 fields
NameAliasType
ShapeShapeesriFieldTypeGeometry
feat_codeFeature CodeesriFieldTypeString
SOURCESourceesriFieldTypeString
Shape.STLength()Shape_LengthesriFieldTypeDouble
OBJECTID_1OBJECTID_1esriFieldTypeOID
OBJECTIDOBJECTIDesriFieldTypeDouble
ConvertedConvertedesriFieldTypeString
line
2Footpath
19 fields
NameAliasType
OBJECTIDOBJECTIDesriFieldTypeOID
shapeShapeesriFieldTypeGeometry
gis_idgis_idesriFieldTypeSmallInteger
feature_idfeature_idesriFieldTypeString
site_namesite_nameesriFieldTypeString
locationlocationesriFieldTypeString
prim_measprim_measesriFieldTypeDouble
unitunitesriFieldTypeString
sidesideesriFieldTypeString
rankrankesriFieldTypeSmallInteger
categorycategoryesriFieldTypeString
use_use_esriFieldTypeString
grade_seperatedgrade_seperatedesriFieldTypeString
date_approveddate_approvedesriFieldTypeDate
notesnotesesriFieldTypeString
wufiswufisesriFieldTypeString
shape.STLength()shape_LengthesriFieldTypeDouble
GlobalIDGlobalIDesriFieldTypeGlobalID
ramm_road_idRAMM Road IDesriFieldTypeInteger
line
4Road Category
21 fields
NameAliasType
OBJECTIDOBJECTIDesriFieldTypeOID
ShapeShapeesriFieldTypeGeometry
feature_idfeature_idesriFieldTypeString
locationlocationesriFieldTypeString
prim_measprim_measesriFieldTypeDouble
unitunitesriFieldTypeString
rankrankesriFieldTypeInteger
suburbsuburbesriFieldTypeString
ramm_aliasramm_aliasesriFieldTypeString
categorycategoryesriFieldTypeString
date_approveddate_approvedesriFieldTypeDate
notesnotesesriFieldTypeString
adtadtesriFieldTypeInteger
Count_Statuscount_statusesriFieldTypeString
Shape.STLength()Shape_LengthesriFieldTypeDouble
ONRCONRCesriFieldTypeString
carr_way_nocarr_way_noesriFieldTypeInteger
Count_DateCount_DateesriFieldTypeDate
ramm_road_idRAMM Road IDesriFieldTypeInteger
road_maint_areaRoading Maintenance AreaesriFieldTypeString
GlobalIDGlobalIDesriFieldTypeGlobalID
line

Use this service

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