Carson City (Nevada) Map Cropping Samples
Carson City (Nevada) Map Cropping Samples-1
Carson City (Nevada) Map Cropping Samples-2
Carson City neighborhoods and villages map with 3D shadow effect
flag map of Carson City with 3D shadow effect
Carson City map with 3d shadow effect
Download outline map of Carson City (geojson format) :
Carson City.geojson (**)
Download polygon array of Carson City map for "Google Maps" :
Carson City.txt
Bounding Box for Carson City Map : ( 39.084796 , -120.004297 , 39.250871 , -119.548308 )
Wikipedia ID for Carson City : Q40881
Wikipedia SPARQL Query for Carson City (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q40881 wdt:P1082 ?population. }
OPTIONAL { wd:Q40881 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q40881 wdt:P2046 ?area. }
OPTIONAL { wd:Q40881 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q40881 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q40881 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 Carson City map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](39.084796, -120.004297, 39.250871, -119.548308);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Carson City)
[out:json];
(
rel["name"="Carson City"][type=boundary];
rel["name:en"="Carson City"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Carson City
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Carson City | 39.151147 , -119.747422 |
Carson Valley | 39.092880 , -119.735510 |
Empire | 39.184910 , -119.713230 |
Fiddlers Green | 39.154630 , -119.612670 |
Lakeview | 39.208240 , -119.805460 |
New Empire | 39.179630 , -119.725180 |
Stewart | 39.116300 , -119.758510 |
Notes:
- You can download geometry data for Carson City 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.