Download outline map of Attala (geojson format) :
Attala.geojson (**)
Download polygon array of Attala map for "Google Maps" :
Attala.txt
Bounding Box for Attala Map : ( 32.879515 , -89.966007 , 33.285994 , -89.316408 )
Wikipedia ID for Attala : Q483862
Wikipedia SPARQL Query for Attala (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q483862 wdt:P1082 ?population. }
OPTIONAL { wd:Q483862 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q483862 wdt:P2046 ?area. }
OPTIONAL { wd:Q483862 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q483862 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q483862 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 Attala map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](32.879515, -89.966007, 33.285994, -89.316408);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Attala)
[out:json];
(
rel["name"="Attala"][type=boundary];
rel["name:en"="Attala"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Attala
| Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
| Bowies Chapel | 33.175130 , -89.343680 |
| Boyette | 33.022070 , -89.833140 |
| Carmack | 33.240400 , -89.662580 |
| Center | 32.945410 , -89.430900 |
| Dodds | 33.002910 , -89.562580 |
| Earlyville | 33.077070 , -89.709800 |
| East Macedonia | 33.015680 , -89.345900 |
| Ethel | 33.122088 , -89.465023 |
| Hesterville | 33.160680 , -89.654250 |
| Hurricane | 33.025130 , -89.645080 |
| Kosciusko | 33.058464 , -89.589352 |
| Liberty Chapel | 33.193740 , -89.484800 |
| Marvins Chapel | 33.108460 , -89.544520 |
| McAdams | 33.021240 , -89.688410 |
| McCool | 33.199505 , -89.341821 |
| McVille | 32.931520 , -89.622020 |
| Mount Herman | 33.225410 , -89.702860 |
| Multona Springs | 33.198740 , -89.444520 |
| Newport | 32.937080 , -89.764530 |
| Nile | 32.945960 , -89.516740 |
| Patterson | 32.977630 , -89.432020 |
| Pierces Chapel | 33.160960 , -89.559800 |
| Plantation | 33.097350 , -89.509240 |
| Possumneck | 33.141240 , -89.741750 |
| Providence | 33.049300 , -89.415070 |
| Rocky Point | 33.168740 , -89.700080 |
| Sallis | 33.021552 , -89.764736 |
| Shady Grove | 33.211240 , -89.535350 |
| Smyrna | 32.988740 , -89.485350 |
| Springdale | 33.107350 , -89.687580 |
| Williamsville | 33.026800 , -89.567020 |
| Zama | 32.975130 , -89.380070 |
Notes:
- You can download geometry data for Attala 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.