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 : ( 47.220053 , -120.318084 , 48.151023 , -118.950749 )
Wikipedia ID for Douglas : Q156220
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:Q156220 wdt:P1082 ?population. }
OPTIONAL { wd:Q156220 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q156220 wdt:P2046 ?area. }
OPTIONAL { wd:Q156220 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q156220 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q156220 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"](47.220053, -120.318084, 48.151023, -118.950749);
);
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) |
Alstown | 47.560960 , -119.995060 |
Appledale | 47.354300 , -119.974500 |
Beebe | 47.839030 , -119.950900 |
Brandts Landing | 48.045980 , -119.541160 |
Bridgeport | 48.006170 , -119.673146 |
Crown Point Vista | 47.971260 , -118.986970 |
Douglas | 47.621240 , -120.004790 |
Downing | 48.042090 , -119.693110 |
Dyer | 47.977920 , -119.771450 |
East Wenatchee | 47.417250 , -120.280828 |
Fairview | 47.844310 , -119.512540 |
Farmer | 47.612640 , -119.812000 |
Howard | 47.897920 , -119.824780 |
Lamoine | 47.728750 , -119.898390 |
Leahy | 47.919040 , -119.388930 |
Mansfield | 47.811827 , -119.638393 |
Mccarteney | 47.526250 , -119.722550 |
Mold | 47.742920 , -119.341980 |
Mud Spring | 47.830420 , -119.813390 |
Nilles Corner | 48.005430 , -119.408090 |
Orondo | 47.625960 , -120.225350 |
Osborne Corner | 48.048760 , -119.234750 |
Palisades | 47.419020 , -119.914500 |
Rock Island | 47.373826 , -120.136874 |
Rocky Butte | 48.055980 , -119.691440 |
Sims Corner | 47.815420 , -119.361980 |
St. Andrews | 47.699590 , -119.426420 |
Sunny Hill | 47.412350 , -120.253120 |
Supplee | 47.651800 , -119.882840 |
Terrace Park | 47.404850 , -120.257570 |
Touhey | 47.754030 , -119.711720 |
Voltage | 47.348180 , -120.096450 |
Waterville | 47.648039 , -120.070667 |
Withrow | 47.704860 , -119.808670 |
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.