Download outline map of Nevada (geojson format) :
Nevada.geojson (**)
Download polygon array of Nevada map for "Google Maps" :
Nevada.txt
Bounding Box for Nevada Map : ( 33.440444 , -93.483974 , 33.960851 , -93.10429 )
Wikipedia ID for Nevada : Q61500
Wikipedia SPARQL Query for Nevada (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q61500 wdt:P1082 ?population. }
OPTIONAL { wd:Q61500 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q61500 wdt:P2046 ?area. }
OPTIONAL { wd:Q61500 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q61500 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q61500 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 Nevada map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](33.440444, -93.483974, 33.960851, -93.10429);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Nevada)
[out:json];
(
rel["name"="Nevada"][type=boundary];
rel["name:en"="Nevada"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Nevada
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Ames | 33.574840 , -93.217110 |
Azor | 33.591780 , -93.424900 |
Bluff City | 33.720908 , -93.132082 |
Bodcaw | 33.560575 , -93.401268 |
Boughton | 33.850110 , -93.325730 |
Cale | 33.627867 , -93.234951 |
Cummings Springs | 33.752890 , -93.183780 |
Delta | 33.471790 , -93.284890 |
Dills Mills | 33.667890 , -93.204890 |
Emmet | 33.722848 , -93.465904 |
Falcon | 33.464570 , -93.413510 |
Gum Grove | 33.702330 , -93.179330 |
Harmony | 33.654280 , -93.399060 |
Irma | 33.555400 , -93.283500 |
Iron Springs | 33.872610 , -93.404620 |
Laneburg | 33.685110 , -93.346840 |
Mendenhall | 33.555390 , -93.125720 |
Midway | 33.811220 , -93.456560 |
Morris | 33.670110 , -93.246560 |
Mount Moriah | 33.638730 , -93.314340 |
Nevark | 33.556230 , -93.167110 |
Oak Grove | 33.598450 , -93.241830 |
Pleasant Hill | 33.865110 , -93.427950 |
Prescott | 33.805695 , -93.390798 |
Redland | 33.806780 , -93.277670 |
Rosston | 33.587772 , -93.279817 |
Sanders | 33.480680 , -93.357390 |
Stockton | 33.449290 , -93.310450 |
Sutton | 33.644840 , -93.398510 |
Waterloo | 33.543170 , -93.246000 |
Willisville | 33.519214 , -93.295127 |
Young | 33.574560 , -93.181000 |
Notes:
- You can download geometry data for Nevada 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.