Download outline map of Dawson (geojson format) :
Dawson.geojson (**)
Download polygon array of Dawson map for "Google Maps" :
Dawson.txt
Bounding Box for Dawson Map : ( 32.523271 , -102.20852 , 32.961954 , -101.688738 )
Wikipedia ID for Dawson : Q110670
Wikipedia SPARQL Query for Dawson (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q110670 wdt:P1082 ?population. }
OPTIONAL { wd:Q110670 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q110670 wdt:P2046 ?area. }
OPTIONAL { wd:Q110670 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q110670 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q110670 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 Dawson map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](32.523271, -102.20852, 32.961954, -101.688738);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Dawson)
[out:json];
(
rel["name"="Dawson"][type=boundary];
rel["name:en"="Dawson"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Dawson
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Arvana | 32.809820 , -101.914880 |
Fivemile | 32.631220 , -101.889590 |
Friendship | 32.632880 , -102.031830 |
Grandview | 32.910100 , -101.997660 |
Hancock | 32.818990 , -101.863210 |
Hindman | 32.886210 , -101.878210 |
Key | 32.728160 , -101.799590 |
Klondike | 32.558990 , -101.957100 |
Lamesa | 32.733489 , -101.954824 |
Los Ybanez | 32.718816 , -101.917390 |
Midway | 32.686220 , -101.786530 |
Mungerville | 32.773430 , -102.091280 |
Patricia | 32.554550 , -102.020430 |
Pride | 32.937320 , -102.077670 |
Punkin Center | 32.850370 , -102.050170 |
Sand | 32.704260 , -102.172390 |
Sparenberg | 32.584000 , -101.840140 |
Tenmile | 32.597880 , -101.915430 |
Union | 32.673710 , -102.064050 |
Welch | 32.930629 , -102.125657 |
Notes:
- You can download geometry data for Dawson 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.