Grant (Minnesota) Map Cropping Samples
Grant (Minnesota) Map Cropping Samples-1
Grant (Minnesota) Map Cropping Samples-2
Grant neighborhoods and villages map with 3D shadow effect
flag map of Grant with 3D shadow effect
Grant map with 3d shadow effect
Download outline map of Grant (geojson format) :
Grant.geojson (**)
Download polygon array of Grant map for "Google Maps" :
Grant.txt
Bounding Box for Grant Map : ( 45.759436 , -96.26648 , 46.108633 , -95.758385 )
Get Boundaries from overpass-turbo (OSM) with boundary box of Grant map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](45.759436, -96.26648, 46.108633, -95.758385);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Grant)
[out:json];
(
rel["name"="Grant"][type=boundary];
rel["name:en"="Grant"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Notes:
- You can download geometry data for Grant 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.