Churchill (Nevada) Map Cropping Samples
Churchill (Nevada) Map Cropping Samples-1
Churchill (Nevada) Map Cropping Samples-2
Churchill neighborhoods and villages map with 3D shadow effect
flag map of Churchill with 3D shadow effect
Churchill map with 3d shadow effect
Download outline map of Churchill (geojson format) :
Churchill.geojson (**)
Download polygon array of Churchill map for "Google Maps" :
Churchill.txt
Bounding Box for Churchill Map : ( 39.073345 , -119.226139 , 40.002614 , -117.46134 )
Wikipedia ID for Churchill : Q111220
Wikipedia SPARQL Query for Churchill (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q111220 wdt:P1082 ?population. }
OPTIONAL { wd:Q111220 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q111220 wdt:P2046 ?area. }
OPTIONAL { wd:Q111220 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q111220 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q111220 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 Churchill map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](39.073345, -119.226139, 40.002614, -117.46134);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Churchill)
[out:json];
(
rel["name"="Churchill"][type=boundary];
rel["name:en"="Churchill"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Churchill
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Boyer | 39.958250 , -117.867630 |
Cold Springs | 39.412140 , -117.839280 |
Cressid | 39.929630 , -118.712100 |
Diatom | 39.462124 , -119.067957 |
Dixie | 39.873800 , -118.015960 |
Dixie Valley | 39.687700 , -118.080690 |
Eastgate | 39.305480 , -117.879010 |
Fallon | 39.473986 , -118.777949 |
Fallon Station | 39.415939 , -118.716667 |
Frenchman | 39.279370 , -118.270130 |
Hazen | 39.565190 , -119.046270 |
Huxley | 39.870470 , -118.772380 |
Jessup | 39.948520 , -118.874880 |
Massie | 39.596860 , -118.975990 |
Middlegate | 39.287700 , -118.026510 |
Miriam | 39.958520 , -118.687930 |
Newpass | 39.605480 , -117.477330 |
Ocala | 39.910190 , -118.735430 |
Saint Clair | 39.436310 , -118.809870 |
Salt Wells | 39.375200 , -118.582920 |
Stillwater | 39.521590 , -118.547090 |
Trinity | 39.944910 , -118.747930 |
Notes:
- You can download geometry data for Churchill 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.