Download outline map of Jones (geojson format) :
Jones.geojson (**)
Download polygon array of Jones map for "Google Maps" :
Jones.txt
Bounding Box for Jones Map : ( 32.514653 , -100.146543 , 32.960251 , -99.611816 )
Wikipedia ID for Jones : Q483895
Wikipedia SPARQL Query for Jones (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q483895 wdt:P1082 ?population. }
OPTIONAL { wd:Q483895 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q483895 wdt:P2046 ?area. }
OPTIONAL { wd:Q483895 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q483895 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q483895 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 Jones map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](32.514653, -100.146543, 32.960251, -99.611816);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Jones)
[out:json];
(
rel["name"="Jones"][type=boundary];
rel["name:en"="Jones"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Jones
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Anson | 32.754933 , -99.896237 |
Avoca | 32.865670 , -99.715920 |
Corinth | 32.854280 , -99.869260 |
Funston | 32.751510 , -99.800090 |
Hamlin | 32.889778 , -100.132892 |
Hawley | 32.603697 , -99.811142 |
Hodges | 32.589290 , -99.868980 |
Lueders | 32.800432 , -99.623217 |
Neinda | 32.796780 , -100.092880 |
New Hope | 32.868450 , -99.799540 |
Noodle | 32.602340 , -100.052040 |
North Abilene | 32.544840 , -99.769530 |
Nugent | 32.694010 , -99.667590 |
Phantom Hill | 32.643450 , -99.677870 |
Plainview | 32.865390 , -99.953710 |
Radium | 32.829280 , -99.995380 |
Stith | 32.546510 , -99.944260 |
Truby | 32.645400 , -99.925370 |
Tuxedo | 32.932890 , -99.951760 |
Notes:
- You can download geometry data for Jones 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.