Skip to content
Geo Hound
ESRI MapServerData directory

Layers

Published by maps1.brampton.ca

Address points and ward boundaries for City of Brampton.

Ontario, Canadaaddressesboundaries
Extent not published by this service

Service facts

Endpoint
https://maps1.brampton.ca/arcgis/rest/services/COB/Common/MapServer
Type
ESRI MapServer
Layers
5
Formats
PNG32, PNG24, PNG, JPG, DIB, TIFF, EMF, PS, PDF, GIF, SVG, SVGZ, BMP
CRS
EPSG:102100
CORS
Enabled
Response time
687 ms at last check
Last verified
2026-07-24
Discovered
1 time by Geo Hound users

Layers

IdLayerGeometryFeatures
0Address Points
41 fields
NameAliasType
GIS_IDGIS IDesriFieldTypeDouble
OBJECTIDObject IDesriFieldTypeOID
FULL_ADDRESSFull AddressesriFieldTypeString
CIVIC_NUMBERCivic NumberesriFieldTypeString
STREET_NAMEStreet NameesriFieldTypeString
STREET_TYPEStreet TypeesriFieldTypeString
STREET_DIRECTIONStreet DirectionesriFieldTypeString
UNIT_NOUnit NumberesriFieldTypeString
CITYCityesriFieldTypeString
PROVINCEProvinceesriFieldTypeString
POSTAL_CODEPostal CodeesriFieldTypeString
ADDRESS_TYPEAddress TypeesriFieldTypeString
PROP_CODEProperty CodeesriFieldTypeDouble
PROP_CODE_DESCProperty Code DescriptionesriFieldTypeString
WARDWardesriFieldTypeString
CITY_GRIDCity GridesriFieldTypeString
LOT_NUMLot NumberesriFieldTypeString
CON_NUMConcession NumberesriFieldTypeString
SEC_PLAN_AREASecondary Plan AreaesriFieldTypeString
CITY_FILECity File NumberesriFieldTypeString
DRAFT_PLAN_NUMBERDraft Plan NumberesriFieldTypeString
REG_PLAN_NUMBERRegistered Plan NumberesriFieldTypeString
REG_PLAN_ASSUMP_DATERegistered Plan Assumption DateesriFieldTypeDate
SITE_PLAN_NUMBERSite Plan NumberesriFieldTypeString
CONDO_PLAN_NUMBERCondo Plan NumberesriFieldTypeString
C_OF_ACommittee of Adjustment NumberesriFieldTypeString
TOWNSHIPTownshipesriFieldTypeString
BLOCK_PLANBlock PlanesriFieldTypeString
HERITAGEHeritageesriFieldTypeString
PERMIT_ISSUEDATEPermit Issue DateesriFieldTypeDate
PERMIT_NOPermit NumberesriFieldTypeString
PERMIT_TYPEPermit TypeesriFieldTypeString
SUB_TYPEPermit Sub-TypeesriFieldTypeString
WORK_TYPEPermit Work TypeesriFieldTypeString
OCCUPANCY_DATEOccupancy DateesriFieldTypeDate
PROPERTY_DESCProperty DescriptionesriFieldTypeString
LEGAL_DESCLegal DescriptionesriFieldTypeString
ROLL_NO_DISPRoll NumberesriFieldTypeString
PINPINesriFieldTypeString
ADDRESS_IDAddress IDesriFieldTypeDouble
GEOMETRYGeometryesriFieldTypeGeometry
point
1Streets
20 fields
NameAliasType
SEARCH_NAMESEARCH NAMEesriFieldTypeString
STREET_NAMESTREET NAMEesriFieldTypeString
STREET_TYPESTREET TYPEesriFieldTypeString
DIRECTIONDIRECTIONesriFieldTypeString
JURISDICTIONJURISDICTIONesriFieldTypeString
LENGTH_MSEGMENT LENGTH IN METRESesriFieldTypeDouble
ROAD_CLASSIFICATIONROAD CLASSIFICATIONesriFieldTypeString
DEVEL_STATUSDEVELOPMENT STATUSesriFieldTypeString
CONSTRUC_STATUSCONSTRUCTION STATUSesriFieldTypeString
SERVICINGSERVICING DATEesriFieldTypeDate
OBJECTIDOBJECTIDesriFieldTypeOID
LF_ADDRESSLEFT FROM ADDRESSesriFieldTypeString
LT_ADDRESSLEFT TO ADDRESSesriFieldTypeString
RF_ADDRESSRIGHT FROM ADDRESSesriFieldTypeString
RT_ADDRESSRIGHT TO ADDRESSesriFieldTypeString
MAJ_MINMAJOR MINOR CLASSIFICATIONesriFieldTypeString
TRAFFIC_DIRECTIONTRAFFIC DIRECTIONesriFieldTypeDouble
T_ELEVTO ELEVATIONesriFieldTypeDouble
F_ELEVFROM ELEVATIONesriFieldTypeDouble
SHAPESHAPEesriFieldTypeGeometry
line
2City Limit
2 fields
NameAliasType
OBJECTIDOBJECTIDesriFieldTypeOID
GEOMETRYGEOMETRYesriFieldTypeGeometry
polygon
3Brampton Grid
3 fields
NameAliasType
IDIDesriFieldTypeOID
ZONEZONEesriFieldTypeString
GEOMETRYGEOMETRYesriFieldTypeGeometry
polygon
7Downtown Special Policy Area
2 fields
NameAliasType
OBJECTIDOBJECTIDesriFieldTypeOID
SHAPESHAPEesriFieldTypeGeometry
polygon

Use this service

QGIS
Layer > Add Layer > Add ArcGIS REST Server Layer > New
Name: Layers
URL: https://maps1.brampton.ca/arcgis/rest/services/COB/Common/MapServer
ArcGIS Pro
Insert > Connections > Server > New ArcGIS Server
Server URL: https://maps1.brampton.ca/arcgis/rest/services/COB/Common/MapServer
Leaflet
fetch('https://maps1.brampton.ca/arcgis/rest/services/COB/Common/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://maps1.brampton.ca/arcgis/rest/services/COB/Common/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