Download outline map of Douglas (geojson format) :
Douglas.geojson (**)
Download polygon array of Douglas map for "Google Maps" :
Douglas.txt
Bounding Box for Douglas Map : ( 38.534792 , -120.003429 , 39.114009 , -119.310381 )
Wikipedia ID for Douglas : Q484398
Wikipedia SPARQL Query for Douglas (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q484398 wdt:P1082 ?population. }
OPTIONAL { wd:Q484398 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q484398 wdt:P2046 ?area. }
OPTIONAL { wd:Q484398 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q484398 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q484398 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 Douglas map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](38.534792, -120.003429, 39.114009, -119.310381);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Douglas)
[out:json];
(
rel["name"="Douglas"][type=boundary];
rel["name:en"="Douglas"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Douglas
| Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
| Bridge House | 39.043240 , -119.781290 |
| Buckeye | 38.960460 , -119.724340 |
| Carman Heights | 38.837410 , -119.509060 |
| Carter Springs | 38.861940 , -119.641124 |
| Cave Rock | 39.054272 , -119.946847 |
| Centerville | 38.910460 , -119.779340 |
| Double Spring | 38.778770 , -119.615407 |
| Dresslerville | 38.897960 , -119.716840 |
| East Valley | 38.946182 , -119.700332 |
| Edgewood | 38.960740 , -119.941850 |
| Elk Point | 38.986020 , -119.956570 |
| Fish Springs | 38.953580 , -119.651090 |
| Gardnerville | 38.939008 , -119.736888 |
| Gardnerville Ranchos | 38.887242 , -119.742454 |
| Genoa | 39.025628 , -119.830927 |
| Glenbrook | 39.098563 , -119.934079 |
| Holbrook Junction | 38.733800 , -119.554890 |
| Indian Hills | 39.089428 , -119.797679 |
| Johnson Lane | 39.048901 , -119.724492 |
| Kingsbury | 38.990938 , -119.883662 |
| Kingsbury Meadows | 38.973520 , -119.919070 |
| Kingsbury Village | 38.985460 , -119.892680 |
| Lakeridge | 39.038138 , -119.939762 |
| Lincoln Park | 39.039630 , -119.948240 |
| Logan Creek | 39.062634 , -119.929488 |
| Logan Creek Estates | 39.065740 , -119.938520 |
| Marla Bay | 38.992646 , -119.953258 |
| Minden | 38.960915 , -119.768801 |
| Mottsville | 38.928520 , -119.837680 |
| Round Hill Village | 38.993681 , -119.923255 |
| Ruhenstroth | 38.891280 , -119.683378 |
| Sheridan | 38.897960 , -119.822680 |
| Skyland | 39.026482 , -119.922065 |
| Stateline | 38.967812 , -119.943939 |
| Summit Village | 38.970190 , -119.887680 |
| Tahoe Village | 38.970190 , -119.936010 |
| Topaz Lake | 38.697627 , -119.542721 |
| Topaz Ranch Estates | 38.735653 , -119.500796 |
| Twelvemile House | 38.906570 , -119.707680 |
| Walleys Hot Springs | 38.981020 , -119.834350 |
| Wittell | 39.002543 , -119.952764 |
| Zephyr Cove | 39.008161 , -119.930672 |
| Zephyr Cove-Round Hill Village | 38.997490 , -119.925380 |
| Zephyr Point | 39.001993 , -119.957184 |
Notes:
- You can download geometry data for Douglas 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.