Jackson (Oklahoma) Map Cropping Samples
Jackson (Oklahoma) Map Cropping Samples-1
Jackson (Oklahoma) Map Cropping Samples-2
Jackson neighborhoods and villages map with 3D shadow effect
flag map of Jackson with 3D shadow effect
Jackson map with 3d shadow effect
Download outline map of Jackson (geojson format) :
Jackson.geojson (**)
Download polygon array of Jackson map for "Google Maps" :
Jackson.txt
Bounding Box for Jackson Map : ( 34.337762 , -99.844585 , 34.859556 , -99.037094 )
Wikipedia ID for Jackson : Q485030
Wikipedia SPARQL Query for Jackson (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q485030 wdt:P1082 ?population. }
OPTIONAL { wd:Q485030 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q485030 wdt:P2046 ?area. }
OPTIONAL { wd:Q485030 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q485030 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q485030 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 Jackson map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](34.337762, -99.844585, 34.859556, -99.037094);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Jackson)
[out:json];
(
rel["name"="Jackson"][type=boundary];
rel["name:en"="Jackson"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Jackson
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Altus | 34.656674 , -99.305100 |
Blair | 34.779892 , -99.332938 |
Creata | 34.519240 , -99.547040 |
Creta | 34.516740 , -99.549810 |
East Duke | 34.662796 , -99.569627 |
Eldorado | 34.472950 , -99.649841 |
Elmer | 34.480859 , -99.351971 |
Friendship | 34.697835 , -99.228695 |
Headrick | 34.626837 , -99.137370 |
Hess | 34.464800 , -99.272310 |
Hightower | 34.630630 , -99.253700 |
Humphreys | 34.555910 , -99.237310 |
Lincoln | 34.493960 , -99.760370 |
Martha | 34.726001 , -99.386653 |
Marty | 34.529520 , -99.507870 |
Olustee | 34.547504 , -99.424027 |
Ozark | 34.638130 , -99.211750 |
Prairie Hill | 34.593960 , -99.544260 |
Victory | 34.652290 , -99.438980 |
Warren | 34.783120 , -99.208420 |
Notes:
- You can download geometry data for Jackson 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.