Jefferson (Oklahoma) Map Cropping Samples
Jefferson (Oklahoma) Map Cropping Samples-1
Jefferson (Oklahoma) Map Cropping Samples-2
Jefferson neighborhoods and villages map with 3D shadow effect
flag map of Jefferson with 3D shadow effect
Jefferson map with 3d shadow effect
Download outline map of Jefferson (geojson format) :
Jefferson.geojson (**)
Download polygon array of Jefferson map for "Google Maps" :
Jefferson.txt
Bounding Box for Jefferson Map : ( 33.849093 , -98.139366 , 34.290321 , -97.536818 )
Wikipedia ID for Jefferson : Q485024
Wikipedia SPARQL Query for Jefferson (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q485024 wdt:P1082 ?population. }
OPTIONAL { wd:Q485024 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q485024 wdt:P2046 ?area. }
OPTIONAL { wd:Q485024 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q485024 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q485024 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 Jefferson map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](33.849093, -98.139366, 34.290321, -97.536818);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Jefferson)
[out:json];
(
rel["name"="Jefferson"][type=boundary];
rel["name:en"="Jefferson"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Jefferson
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Addington | 34.243075 , -97.966091 |
Asphaltum | 34.260090 , -97.675030 |
Cornish | 34.163715 , -97.596713 |
Fleetwood | 33.896770 , -97.851140 |
Grady | 34.020380 , -97.665580 |
Hastings | 34.224282 , -98.108712 |
Irving | 34.042320 , -98.053090 |
Oscar | 33.983990 , -97.752810 |
Petersburg | 33.955100 , -97.569750 |
Ringling | 34.178412 , -97.591989 |
Ryan | 34.021234 , -97.954113 |
Sugden | 34.082484 , -97.978818 |
Terral | 33.896637 , -97.938233 |
Waurika | 34.184603 , -98.024474 |
Notes:
- You can download geometry data for Jefferson 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.