Jasper (Alberta) Map Cropping Samples
Jasper (Alberta) Map Cropping Samples-1
Jasper (Alberta) Map Cropping Samples-2
Jasper neighborhoods and villages map with 3D shadow effect
flag map of Jasper with 3D shadow effect
Jasper map with 3d shadow effect
Download outline map of Jasper (geojson format) :
Jasper.geojson (**)
Download polygon array of Jasper map for "Google Maps" :
Jasper.txt
Bounding Box for Jasper Map : ( 52.755579 , -118.507932 , 53.017692 , -117.918218 )
Get Boundaries from overpass-turbo (OSM) with boundary box of Jasper map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](52.755579, -118.507932, 53.017692, -117.918218);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Jasper)
[out:json];
(
rel["name"="Jasper"][type=boundary];
rel["name:en"="Jasper"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Jasper
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Decoigne | 52.883310 , -118.369100 |
Henry House | 52.983330 , -118.069070 |
Jasper | 52.879460 , -118.080410 |
Jasper | 52.885760 , -118.057150 |
Wynd | 52.866720 , -118.135670 |
Notes:
- You can download geometry data for Jasper in various formats (Geojson,KML,GPX,raw OSM data) by clicking export button on the overpass-turbo
- You can freely use the jpeg type map images you created on the "map cropping" page or downloaded from the "samples" pages.
- (**)
Terms of Use for downloaded geojson files.