Cleveland (Oklahoma) Map Cropping Samples
Cleveland (Oklahoma) Map Cropping Samples-1
Cleveland (Oklahoma) Map Cropping Samples-2
Cleveland neighborhoods and villages map with 3D shadow effect
flag map of Cleveland with 3D shadow effect
Cleveland map with 3d shadow effect
Download outline map of Cleveland (geojson format) :
Cleveland.geojson (**)
Download polygon array of Cleveland map for "Google Maps" :
Cleveland.txt
Bounding Box for Cleveland Map : ( 34.927417 , -97.671547 , 35.377571 , -97.141593 )
Wikipedia ID for Cleveland : Q484603
Wikipedia SPARQL Query for Cleveland (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q484603 wdt:P1082 ?population. }
OPTIONAL { wd:Q484603 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q484603 wdt:P2046 ?area. }
OPTIONAL { wd:Q484603 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q484603 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q484603 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 Cleveland map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](34.927417, -97.671547, 35.377571, -97.141593);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Cleveland)
[out:json];
(
rel["name"="Cleveland"][type=boundary];
rel["name:en"="Cleveland"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Cleveland
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Box | 34.971460 , -97.150020 |
Corbett | 34.973410 , -97.229470 |
Etowah | 35.129107 , -97.163935 |
Hall Park | 35.237010 , -97.406420 |
Lexington | 35.017885 , -97.334440 |
Maguire | 35.131180 , -97.300030 |
Mckiddyville | 35.087570 , -97.211970 |
Moore | 35.329365 , -97.475777 |
Needmore | 35.131180 , -97.212250 |
Noble | 35.138554 , -97.371016 |
Norman | 35.233503 , -97.347041 |
Slaughterville | 35.091017 , -97.287916 |
Spring Hill | 35.014800 , -97.265300 |
Stella | 35.319230 , -97.212810 |
Notes:
- You can download geometry data for Cleveland 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.