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 : ( 30.909834 , -89.146176 , 31.434052 , -88.834339 )
Wikipedia ID for Perry : Q490219
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:Q490219 wdt:P1082 ?population. }
OPTIONAL { wd:Q490219 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q490219 wdt:P2046 ?area. }
OPTIONAL { wd:Q490219 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q490219 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q490219 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"](30.909834, -89.146176, 31.434052, -88.834339);
);
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) |
Barbara | 30.992130 , -88.978380 |
Batt Place | 30.975460 , -88.979210 |
Beaumont | 31.170703 , -88.925240 |
Belleville | 31.212400 , -89.126440 |
Benmore | 31.245460 , -88.917820 |
Brewer | 31.372670 , -88.866430 |
Deep Creek | 30.919910 , -88.916430 |
East Side | 31.354900 , -88.911160 |
Ferguson | 31.194070 , -88.975600 |
Good Hope | 31.404340 , -88.948940 |
Hercules Station | 31.180740 , -88.938930 |
Indian Springs | 31.297680 , -89.137830 |
Janice | 31.025460 , -89.036720 |
Kittrell | 31.207130 , -88.913380 |
Little Creek | 31.127410 , -88.853370 |
Mahned | 31.209070 , -89.080890 |
McSwain | 31.314620 , -88.977000 |
New Augusta | 31.203632 , -89.027369 |
Oak Grove | 31.036300 , -88.974210 |
Progress | 31.076300 , -88.856150 |
Redhill | 31.129900 , -89.064220 |
Rhodes | 31.432120 , -88.965610 |
Richton | 31.349480 , -88.940739 |
Tallahala | 31.386560 , -89.123110 |
Wingate | 31.202680 , -89.001440 |
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.