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 : ( 32.307279 , -87.525682 , 32.875129 , -87.017653 )
Wikipedia ID for Perry : Q253538
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:Q253538 wdt:P1082 ?population. }
OPTIONAL { wd:Q253538 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q253538 wdt:P2046 ?area. }
OPTIONAL { wd:Q253538 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q253538 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q253538 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"](32.307279, -87.525682, 32.875129, -87.017653);
);
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) |
| Adler | 32.763180 , -87.168330 |
| Augustin | 32.506250 , -87.107770 |
| Bethlehem | 32.807070 , -87.109720 |
| Coleman | 32.600690 , -87.478060 |
| Curbville | 32.707070 , -87.371950 |
| Ellards | 32.814850 , -87.260830 |
| Folsom | 32.682630 , -87.405830 |
| Freetown | 32.388190 , -87.511110 |
| Hamburg | 32.527910 , -87.286390 |
| Heiberger | 32.758180 , -87.286670 |
| Hillcrest | 32.451520 , -87.474720 |
| Ironville | 32.800680 , -87.342780 |
| Jericho | 32.774020 , -87.275280 |
| Levert | 32.759300 , -87.241390 |
| Marion | 32.631808 , -87.317173 |
| Morgan Springs | 32.745410 , -87.415840 |
| Nave | 32.485970 , -87.266940 |
| Norman | 32.556800 , -87.298050 |
| North Perry | 32.784850 , -87.405560 |
| Oakmulgee | 32.796520 , -87.043880 |
| Osborn | 32.683740 , -87.143050 |
| Perryville | 32.616800 , -87.114160 |
| Pinetucky | 32.759850 , -87.084160 |
| Rabbityard | 32.454300 , -87.520840 |
| Radford | 32.589300 , -87.200000 |
| Sprott | 32.676800 , -87.221390 |
| Sugarville | 32.532080 , -87.440280 |
| Suttle | 32.536240 , -87.179720 |
| Theo | 32.722350 , -87.188890 |
| Uniontown | 32.447641 , -87.509461 |
| Vaiden | 32.519860 , -87.371110 |
| Vilula | 32.549860 , -87.270550 |
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.