Cleveland (Arkansas) Map Cropping Samples
Cleveland (Arkansas) Map Cropping Samples-1
Cleveland (Arkansas) 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 : ( 33.704194 , -92.475602 , 34.064141 , -91.953049 )
Wikipedia ID for Cleveland : Q61032
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:Q61032 wdt:P1082 ?population. }
OPTIONAL { wd:Q61032 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q61032 wdt:P2046 ?area. }
OPTIONAL { wd:Q61032 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q61032 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q61032 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"](33.704194, -92.475602, 34.064141, -91.953049);
);
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) |
Calmer | 33.937600 , -92.030700 |
Canoe Landing | 33.943990 , -92.265150 |
Eunice | 34.038710 , -91.990690 |
Friendship | 33.977040 , -92.043470 |
Gum Springs | 33.978710 , -92.274040 |
Hebron | 33.814550 , -92.222650 |
Herbine | 33.821210 , -92.034030 |
Kedron | 34.044540 , -92.140420 |
Kingsland | 33.865596 , -92.292945 |
Mount Elba | 33.850940 , -92.158480 |
Mount Zion | 34.026770 , -92.112090 |
New Edinburg | 33.756474 , -92.240160 |
Oak Grove | 33.948990 , -92.032360 |
Oak Grove | 33.997320 , -92.387100 |
Orlando | 33.719830 , -92.141250 |
Pansy | 33.822050 , -92.002920 |
Randall | 34.023430 , -92.041250 |
Rison | 33.959294 , -92.193289 |
Rowell | 33.886210 , -92.018470 |
Rye | 33.750472 , -91.998492 |
Staves | 34.031003 , -92.278059 |
Tipton | 33.793720 , -92.286810 |
White Oak Bluff | 34.031490 , -92.305980 |
Woodlawn | 33.966736 , -92.045238 |
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.