Download outline map of Weston (geojson format) :
Weston.geojson (**)
Download polygon array of Weston map for "Google Maps" :
Weston.txt
Bounding Box for Weston Map : ( 43.498445 , -105.081769 , 44.181622 , -104.054487 )
Wikipedia ID for Weston : Q115413
Wikipedia SPARQL Query for Weston (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q115413 wdt:P1082 ?population. }
OPTIONAL { wd:Q115413 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q115413 wdt:P2046 ?area. }
OPTIONAL { wd:Q115413 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q115413 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q115413 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 Weston map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](43.498445, -105.081769, 44.181622, -104.054487);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Weston)
[out:json];
(
rel["name"="Weston"][type=boundary];
rel["name:en"="Weston"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Weston
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Buckhorn | 44.149430 , -104.095770 |
Clareton | 43.724980 , -104.725284 |
Clay Spur | 44.022480 , -104.476340 |
Clifton | 43.640810 , -104.094380 |
Colloid | 44.110260 , -104.656910 |
Dakoming | 43.597480 , -104.072710 |
Fairview | 43.800250 , -104.658570 |
Four Corners | 44.079128 , -104.137166 |
Hill View Heights | 43.815872 , -104.151671 |
Horton | 44.134980 , -104.207160 |
Morrisey | 43.518030 , -104.383560 |
Newcastle | 43.851035 , -104.212287 |
Osage | 43.984885 , -104.426929 |
Skull Creek | 44.109150 , -104.367170 |
Thornton | 44.162760 , -104.743300 |
Upton | 44.102519 , -104.637516 |
Notes:
- You can download geometry data for Weston 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.