Download outline map of Perry (geojson format) :
Perry.geojson (**)
Download polygon array of Perry map for "Google Maps" :
Perry.txt
Bounding Box for Perry Map : ( 36.991845 , -83.553942 , 37.443538 , -83.000142 )
Wikipedia ID for Perry : Q505387
Wikipedia SPARQL Query for Perry (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q505387 wdt:P1082 ?population. }
OPTIONAL { wd:Q505387 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q505387 wdt:P2046 ?area. }
OPTIONAL { wd:Q505387 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q505387 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q505387 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 Perry map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](36.991845, -83.553942, 37.443538, -83.000142);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Perry)
[out:json];
(
rel["name"="Perry"][type=boundary];
rel["name:en"="Perry"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Perry
| Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
| Airport Gardens | 37.287040 , -83.202950 |
| Ary | 37.366480 , -83.150730 |
| Avawam | 37.224540 , -83.275180 |
| Blue Diamond | 37.307870 , -83.215730 |
| Bonnyman | 37.289820 , -83.236290 |
| Browns Fork | 37.236210 , -83.232400 |
| Buckhorn | 37.346059 , -83.469302 |
| Bulan | 37.301480 , -83.164890 |
| Busy | 37.278430 , -83.290460 |
| Butterfly | 37.288430 , -83.272400 |
| Chavies | 37.347870 , -83.356290 |
| Christopher | 37.233710 , -83.171280 |
| Clemons | 37.295930 , -83.232400 |
| Combs | 37.267040 , -83.212670 |
| Cornettsville | 37.133980 , -83.076830 |
| Daisy | 37.113710 , -83.094890 |
| Darfork | 37.283980 , -83.187390 |
| Defiance | 37.203430 , -83.091830 |
| Delphia | 37.029540 , -83.086830 |
| Diablock | 37.229494 , -83.170954 |
| Dice | 37.362870 , -83.227400 |
| Doorway | 37.295920 , -83.539360 |
| Dow | 37.157040 , -83.162950 |
| Dunraven | 37.305930 , -83.302960 |
| Dwarf | 37.335100 , -83.131280 |
| Engle | 37.386200 , -83.270450 |
| Farler | 37.154820 , -83.192120 |
| Fusonia | 37.173980 , -83.090450 |
| Glomawr | 37.226760 , -83.157120 |
| Grigsby | 37.285930 , -83.137670 |
| Happy | 37.203980 , -83.096560 |
| Hardburly | 37.301760 , -83.124060 |
| Hazard | 37.258342 , -83.197656 |
| Hilton | 37.271210 , -83.176280 |
| Hiner | 37.314540 , -83.166840 |
| Jeff | 37.209425 , -83.139426 |
| Kodak | 37.205370 , -83.031280 |
| Krypton | 37.311200 , -83.339350 |
| Lamont | 37.349820 , -83.313510 |
| Leatherwood | 37.032870 , -83.172390 |
| Manuel | 37.350650 , -83.304620 |
| Napfor | 37.313430 , -83.312120 |
| Saul | 37.272590 , -83.495460 |
| Scuddy | 37.203710 , -83.083500 |
| Slemp | 37.078700 , -83.111560 |
| Stacy | 37.403150 , -83.210170 |
| Tilford | 37.030650 , -83.066000 |
| Tribbey | 37.304540 , -83.144340 |
| Typo | 37.277870 , -83.254900 |
| Vicco | 37.216093 , -83.060874 |
| Viper | 37.182870 , -83.148230 |
| Walkertown | 37.263710 , -83.190450 |
| Wentz | 37.081760 , -83.063780 |
| Woodland Park | 37.246760 , -83.177670 |
| Yerkes | 37.277320 , -83.301010 |
Notes:
- You can download geometry data for Perry 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.