https://github.com/zackiles/canada-geo-spatial-data
Canada's Province Geo-Spatial Data in JSON
https://github.com/zackiles/canada-geo-spatial-data
Last synced: 3 months ago
JSON representation
Canada's Province Geo-Spatial Data in JSON
- Host: GitHub
- URL: https://github.com/zackiles/canada-geo-spatial-data
- Owner: zackiles
- License: gpl-2.0
- Created: 2014-11-08T13:56:00.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-02-18T18:47:09.000Z (over 11 years ago)
- Last Synced: 2026-02-08T08:38:37.437Z (4 months ago)
- Size: 145 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
canada-geo-spatial-data
=======================
Canada's Province Geo-Spatial Data in JSON. Handy for mapping like GoogleMaps or Leaflet.
#### An Example ####
```
"saskatchewen":{
"short":"SK",
"name":"Saskatchewen",
"center":{
"lat":51.75,
"lng":-105.39,
"zoom":6
},
"northEast":{
"lat":54.32,
"lng":-95.64
},
"southWest":{
"lat":48.99,
"lng":-116.23
}
}
```
The center property is an opinionated zoom on the most populated part of the province. The ***southWest*** and ***northEast*** are mapping bounds for that specific province, and can be used for the "Bounds" values in something like Leafet.