Download outline map of Yoakum (geojson format) :
Yoakum.geojson (**)
Download polygon array of Yoakum map for "Google Maps" :
Yoakum.txt
Bounding Box for Yoakum Map : ( 32.958548 , -103.064678 , 33.388489 , -102.594234 )
Wikipedia ID for Yoakum : Q112619
Wikipedia SPARQL Query for Yoakum (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q112619 wdt:P1082 ?population. }
OPTIONAL { wd:Q112619 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q112619 wdt:P2046 ?area. }
OPTIONAL { wd:Q112619 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q112619 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q112619 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 Yoakum map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](32.958548, -103.064678, 33.388489, -102.594234);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Yoakum)
[out:json];
(
rel["name"="Yoakum"][type=boundary];
rel["name:en"="Yoakum"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Yoakum
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Allred | 32.986210 , -102.887990 |
Bronco | 33.257050 , -103.059110 |
Denver City | 32.968043 , -102.831879 |
Plains | 33.189614 , -102.827205 |
Pleasant Hill | 33.022320 , -102.663810 |
Sligo | 33.045660 , -102.698260 |
Notes:
- You can download geometry data for Yoakum 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.