Download outline map of Platte (geojson format) :
Platte.geojson (**)
Download polygon array of Platte map for "Google Maps" :
Platte.txt
Bounding Box for Platte Map : ( 41.652672 , -105.286511 , 42.61024 , -104.653145 )
Wikipedia ID for Platte : Q490512
Wikipedia SPARQL Query for Platte (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q490512 wdt:P1082 ?population. }
OPTIONAL { wd:Q490512 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q490512 wdt:P2046 ?area. }
OPTIONAL { wd:Q490512 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q490512 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q490512 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 Platte map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](41.652672, -105.286511, 42.61024, -104.653145);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Platte)
[out:json];
(
rel["name"="Platte"][type=boundary];
rel["name:en"="Platte"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Platte
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Bordeaux | 41.936080 , -104.844690 |
Brinton | 41.718310 , -104.900250 |
Cassa | 42.416080 , -104.949970 |
Chugcreek | 42.053465 , -104.907885 |
Chugwater | 41.755749 , -104.822934 |
Curtis | 42.089690 , -104.949970 |
Diamond | 41.665250 , -104.998030 |
Dwyer | 42.242190 , -104.956080 |
Dwyer Junction | 42.234690 , -104.994970 |
Ferguson Corner | 41.958860 , -104.982200 |
Gibson | 42.018580 , -104.957470 |
Glendo | 42.504142 , -105.025400 |
Guernsey | 42.265747 , -104.743022 |
Hartville | 42.327626 , -104.724500 |
Irvine Home Trust Retirement Homes | 42.054410 , -104.952750 |
Lakeview North | 42.096984 , -104.958621 |
Meadowdale | 42.552470 , -104.695520 |
Natwick | 41.960800 , -105.056640 |
Point of Rocks | 42.342190 , -105.277760 |
Sibylee | 42.081360 , -104.950250 |
Slater | 41.877628 , -104.788739 |
Sunrise | 42.330250 , -104.705520 |
Uva | 42.131910 , -104.919690 |
Wendover | 42.327470 , -104.873580 |
Westview Circle | 42.060563 , -105.071547 |
Wheatland | 42.051648 , -104.959463 |
Whiting | 42.008880 , -104.971052 |
Y-O Ranch | 42.035162 , -104.922968 |
Notes:
- You can download geometry data for Platte 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.