Skip to content
Geo Hound
ESRI MapServerData directory

Public Transport

Published by pagen

GIS service providing recreation, transport, boundaries data.

Wellington, New Zealandrecreationtransportboundaries
Extent not published by this service

Service facts

Endpoint
https://mapping.gw.govt.nz/arcgis/rest/services/GW/Public_Transport_P/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
125 ms at last check
Last verified
2026-07-24
Discovered
1 time by Geo Hound users

Layers

IdLayerGeometryFeatures
0Park and Ride Sites
5 fields
NameAliasType
OBJECTIDOBJECTIDesriFieldTypeOID
LINELINEesriFieldTypeString
SPACESSPACESesriFieldTypeDouble
ShapeShapeesriFieldTypeGeometry
NAMENAMEesriFieldTypeString
point
1PT Stops
7 fields
NameAliasType
OBJECTIDOBJECTIDesriFieldTypeOID
ServiceServiceesriFieldTypeString
ModeModeesriFieldTypeString
StopStopesriFieldTypeString
XXesriFieldTypeDouble
YYesriFieldTypeDouble
ShapeShapeesriFieldTypeGeometry
point
2Public Transport Routes
7 fields
NameAliasType
OBJECTIDOBJECTIDesriFieldTypeOID
ShapeShapeesriFieldTypeGeometry
DESCRIPTIONDESCRIPTIONesriFieldTypeString
SERVICESERVICEesriFieldTypeString
DIRECTIONDIRECTIONesriFieldTypeString
ServiceTypeServiceTypeesriFieldTypeString
Shape_LengthShape_LengthesriFieldTypeDouble
line
3Park_and_Ride_Areas
18 fields
NameAliasType
OBJECTIDOBJECTIDesriFieldTypeOID
LineLineesriFieldTypeString
StationStationesriFieldTypeString
SpacesSpacesesriFieldTypeInteger
Fare_ZoneFare_ZoneesriFieldTypeString
OwnerOwneresriFieldTypeString
Managing_AgencyManaging_AgencyesriFieldTypeString
Lot_nameLot_nameesriFieldTypeString
Off_streetOff_StreetesriFieldTypeString
CCTVCCTVesriFieldTypeString
More_spacesMore_spacesesriFieldTypeString
SizeSizeesriFieldTypeString
NotesNotesesriFieldTypeString
ShapeShapeesriFieldTypeGeometry
Shape_STArea_1Shape_STArea_1esriFieldTypeDouble
Shape_STLength_1Shape_STLength_1esriFieldTypeDouble
Shape_LengthShape_LengthesriFieldTypeDouble
Shape_AreaShape_AreaesriFieldTypeDouble
polygon
4Fare_Zone_Boundary_Polygons_Outlines
5 fields
NameAliasType
OBJECTIDOBJECTIDesriFieldTypeOID
ZONEZONEesriFieldTypeDouble
ShapeShapeesriFieldTypeGeometry
Shape_LengthShape_LengthesriFieldTypeDouble
Shape_AreaShape_AreaesriFieldTypeDouble
polygon
5Fare_Zone_Boundary_Polygons
5 fields
NameAliasType
OBJECTIDOBJECTIDesriFieldTypeOID
ZONEZONEesriFieldTypeDouble
ShapeShapeesriFieldTypeGeometry
Shape_LengthShape_LengthesriFieldTypeDouble
Shape_AreaShape_AreaesriFieldTypeDouble
polygon

Use this service

QGIS
Layer > Add Layer > Add ArcGIS REST Server Layer > New
Name: Public Transport
URL: https://mapping.gw.govt.nz/arcgis/rest/services/GW/Public_Transport_P/MapServer
ArcGIS Pro
Insert > Connections > Server > New ArcGIS Server
Server URL: https://mapping.gw.govt.nz/arcgis/rest/services/GW/Public_Transport_P/MapServer
Leaflet
fetch('https://mapping.gw.govt.nz/arcgis/rest/services/GW/Public_Transport_P/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://mapping.gw.govt.nz/arcgis/rest/services/GW/Public_Transport_P/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