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