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