Download outline map of Jack (geojson format) :
Jack.geojson (**)
Download polygon array of Jack map for "Google Maps" :
Jack.txt
Bounding Box for Jack Map : ( 33.001284 , -98.426553 , 33.467129 , -97.918128 )
Wikipedia ID for Jack : Q112673
Wikipedia SPARQL Query for Jack (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q112673 wdt:P1082 ?population. }
OPTIONAL { wd:Q112673 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q112673 wdt:P2046 ?area. }
OPTIONAL { wd:Q112673 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q112673 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q112673 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 Jack map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](33.001284, -98.426553, 33.467129, -97.918128);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Jack)
[out:json];
(
rel["name"="Jack"][type=boundary];
rel["name:en"="Jack"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Jack
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Antelope | 33.441780 , -98.369770 |
Bartons Chapel | 33.064560 , -98.236440 |
Bob Town | 33.165670 , -98.338940 |
Bryson | 33.163767 , -98.389198 |
Gibtown | 33.032060 , -97.948370 |
Jacksboro | 33.223540 , -98.158828 |
Jermyn | 33.264280 , -98.388380 |
Joplin | 33.093730 , -97.994760 |
Maryetta | 33.298450 , -98.075040 |
Perrin | 33.034908 , -98.069205 |
Postoak | 33.457050 , -98.143100 |
Senate | 33.174280 , -98.294220 |
Squaw Mountain | 33.361220 , -98.320880 |
Truce | 33.413170 , -98.030870 |
Vineyard | 33.167890 , -97.966430 |
Westbrook | 33.071230 , -97.939760 |
Wizard Wells | 33.200390 , -97.970320 |
Notes:
- You can download geometry data for Jack 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.