Logan (Oklahoma) Map Cropping Samples
Logan (Oklahoma) Map Cropping Samples-1
Logan (Oklahoma) Map Cropping Samples-2
Logan neighborhoods and villages map with 3D shadow effect
flag map of Logan with 3D shadow effect
Logan map with 3d shadow effect
Download outline map of Logan (geojson format) :
Logan.geojson (**)
Download polygon array of Logan map for "Google Maps" :
Logan.txt
Bounding Box for Logan Map : ( 35.724367 , -97.675853 , 36.164777 , -97.140484 )
Wikipedia ID for Logan : Q495906
Wikipedia SPARQL Query for Logan (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q495906 wdt:P1082 ?population. }
OPTIONAL { wd:Q495906 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q495906 wdt:P2046 ?area. }
OPTIONAL { wd:Q495906 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q495906 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q495906 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 Logan map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](35.724367, -97.675853, 36.164777, -97.140484);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Logan)
[out:json];
(
rel["name"="Logan"][type=boundary];
rel["name:en"="Logan"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Logan
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Cedar Valley | 35.870262 , -97.524399 |
Cimarron City | 35.888669 , -97.602262 |
Coyle | 35.954051 , -97.238835 |
Crescent | 35.952246 , -97.594012 |
Crescent Springs | 35.896430 , -97.602550 |
Frost | 35.884220 , -97.246980 |
Guthrie | 35.842639 , -97.436136 |
Iconium | 35.869220 , -97.187810 |
Indian Springs | 35.896430 , -97.571990 |
Langston | 35.932379 , -97.263013 |
Lawrie | 35.956710 , -97.423370 |
Lovell | 36.056980 , -97.635330 |
Marshall | 36.155413 , -97.625727 |
Meridian | 35.844004 , -97.245709 |
Navina | 35.798940 , -97.560320 |
Orlando | 36.135624 , -97.364673 |
Roxana | 36.101430 , -97.657270 |
Seward | 35.798100 , -97.488380 |
Shiloh | 35.805610 , -97.159480 |
Twin Lakes | 35.869490 , -97.664770 |
Notes:
- You can download geometry data for Logan 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.