Love (Oklahoma) Map Cropping Samples

Love (Oklahoma) Map Cropping Samples-1

Love (Oklahoma) Map Cropping Samples-2

Love neighborhoods and villages map with 3D shadow effect

flag map of Love with 3D shadow effect

Love map with 3d shadow effect
Download outline map of Love (geojson format) :
Love.geojson (**)
Download polygon array of Love map for "Google Maps" :
Love.txt
Bounding Box for Love Map : ( 33.717044 , -97.561013 , 34.071329 , -96.934758 )
Wikipedia ID for Love : Q489312
Wikipedia SPARQL Query for Love (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q489312 wdt:P1082 ?population. }
OPTIONAL { wd:Q489312 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q489312 wdt:P2046 ?area. }
OPTIONAL { wd:Q489312 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q489312 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q489312 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 Love map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](33.717044, -97.561013, 34.071329, -96.934758);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Love)
[out:json];
(
rel["name"="Love"][type=boundary];
rel["name:en"="Love"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Love
| Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
| Belleville | 33.925660 , -97.543630 |
| Bomar | 33.859550 , -97.126960 |
| Burneyville | 33.907880 , -97.288910 |
| Courtney | 33.940380 , -97.508360 |
| Dunbar | 33.940930 , -97.282240 |
| Eastman | 33.988430 , -97.264740 |
| Eville | 34.005100 , -96.987230 |
| Greenville | 34.007320 , -97.125850 |
| Hoxbar | 34.070930 , -97.039180 |
| Jimtown | 33.862050 , -97.369460 |
| Leon | 33.877342 , -97.429045 |
| Marietta | 33.935542 , -97.124180 |
| Marsden | 34.055650 , -97.195570 |
| Orr | 34.032040 , -97.535580 |
| Oswalt | 34.027600 , -97.334740 |
| Overbrook | 34.067320 , -97.141120 |
| Pike | 33.964540 , -97.325300 |
| Rubottom | 33.940380 , -97.456970 |
| Thackerville | 33.793441 , -97.142637 |
| Turner | 33.940100 , -97.316680 |
Notes:
- You can download geometry data for Love 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.