Download outline map of Ward (geojson format) :
Ward.geojson (**)
Download polygon array of Ward map for "Google Maps" :
Ward.txt
Bounding Box for Ward Map : ( 31.266881 , -103.610887 , 31.651802 , -102.767246 )
Wikipedia ID for Ward : Q114301
Wikipedia SPARQL Query for Ward (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q114301 wdt:P1082 ?population. }
OPTIONAL { wd:Q114301 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q114301 wdt:P2046 ?area. }
OPTIONAL { wd:Q114301 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q114301 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q114301 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 Ward map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](31.266881, -103.610887, 31.651802, -102.767246);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Ward)
[out:json];
(
rel["name"="Ward"][type=boundary];
rel["name:en"="Ward"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Ward
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Barstow | 31.461545 , -103.395503 |
Grandfalls | 31.340494 , -102.854463 |
Monahans | 31.629384 , -103.042699 |
Pyote | 31.538066 , -103.122483 |
Royalty | 31.372360 , -102.867100 |
Thorntonville | 31.578927 , -102.922073 |
Three Corner Windmill | 31.635410 , -103.060160 |
Wickett | 31.567325 , -103.005948 |
Notes:
- You can download geometry data for Ward 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.