Download outline map of Sheridan (geojson format) :
Sheridan.geojson (**)
Download polygon array of Sheridan map for "Google Maps" :
Sheridan.txt
Bounding Box for Sheridan Map : ( 44.556713 , -107.911752 , 45.001512 , -106.009676 )
Wikipedia ID for Sheridan : Q490522
Wikipedia SPARQL Query for Sheridan (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q490522 wdt:P1082 ?population. }
OPTIONAL { wd:Q490522 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q490522 wdt:P2046 ?area. }
OPTIONAL { wd:Q490522 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q490522 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q490522 p:P625 ?coordinate.
?coordinate psv:P625 ?coordinate_node.
?coordinate_node wikibase:geoLatitude ?latitude.
?coordinate_node wikibase:geoLongitude ?longitude.
}
}
Run this SPARQL Query on Wikidata Page (Click RUN button on the opened page!)
Run this Query with SPARQL API
Get Boundaries from overpass-turbo (OSM) with boundary box of Sheridan map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](44.556713, -107.911752, 45.001512, -106.009676);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Sheridan)
[out:json];
(
rel["name"="Sheridan"][type=boundary];
rel["name:en"="Sheridan"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Sheridan
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Acme | 44.910530 , -106.985070 |
Arvada | 44.662179 , -106.141976 |
Banner | 44.601360 , -106.865340 |
Beckton | 44.748580 , -107.129790 |
Big Horn | 44.679076 , -106.997071 |
Burgess Junction | 44.769960 , -107.519810 |
Clearmont | 44.640056 , -106.381208 |
Dayton | 44.873337 , -107.262507 |
Kendrick | 44.720820 , -106.201980 |
Kleenburn | 44.903580 , -107.012570 |
Leiter | 44.718040 , -106.269200 |
Monarch | 44.903030 , -107.035070 |
Parkman | 44.948816 , -107.307711 |
Ranchester | 44.907898 , -107.166066 |
Sheridan | 44.794860 , -106.961153 |
Story | 44.573077 , -106.914175 |
Ucross | 44.560810 , -106.540050 |
Ulm | 44.651640 , -106.589220 |
Verona | 44.739970 , -106.669500 |
Wolf | 44.771640 , -107.238970 |
Wyarno | 44.813310 , -106.773950 |
Notes:
- You can download geometry data for Sheridan 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.