Download outline map of Sherman (geojson format) :
Sherman.geojson (**)
Download polygon array of Sherman map for "Google Maps" :
Sherman.txt
Bounding Box for Sherman Map : ( 36.055131 , -102.163303 , 36.500684 , -101.623466 )
Get Boundaries from overpass-turbo (OSM) with boundary box of Sherman map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](36.055131, -102.163303, 36.500684, -101.623466);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Sherman)
[out:json];
(
rel["name"="Sherman"][type=boundary];
rel["name:en"="Sherman"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Sherman
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Brickel | 36.287530 , -102.148510 |
Stevens | 36.418920 , -101.925170 |
Stratford | 36.336609 , -102.073915 |
Texhoma | 36.493700 , -101.793764 |
Notes:
- You can download geometry data for Sherman 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.