Download outline map of Amite (geojson format) :
Amite.geojson (**)
Download polygon array of Amite map for "Google Maps" :
Amite.txt
Bounding Box for Amite Map : ( 30.998909 , -91.095398 , 31.349676 , -90.54757 )
Wikipedia ID for Amite : Q112456
Wikipedia SPARQL Query for Amite (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q112456 wdt:P1082 ?population. }
OPTIONAL { wd:Q112456 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q112456 wdt:P2046 ?area. }
OPTIONAL { wd:Q112456 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q112456 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q112456 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 Amite map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](30.998909, -91.095398, 31.349676, -90.54757);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Amite)
[out:json];
(
rel["name"="Amite"][type=boundary];
rel["name:en"="Amite"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Amite
| Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
| Ariel | 31.100730 , -90.987330 |
| Beechwood | 31.120450 , -90.862320 |
| Berwick | 31.109900 , -90.929550 |
| Bewelcome | 31.218780 , -90.938710 |
| Brookside | 31.299900 , -90.752600 |
| Busy Corner | 31.278780 , -90.863440 |
| Capell | 31.024900 , -90.987880 |
| Coles | 31.277390 , -91.031770 |
| Compromise | 31.200730 , -90.886490 |
| East Fork | 31.203230 , -90.668430 |
| Enterprise | 31.164900 , -90.878160 |
| Eunice | 31.289340 , -90.974550 |
| Gillsburg | 31.025180 , -90.655930 |
| Glading | 31.142680 , -90.640380 |
| Gloster | 31.195066 , -91.017678 |
| Hebron | 31.233510 , -90.677880 |
| Homochitto | 31.319890 , -90.983990 |
| Huron | 31.100180 , -90.641490 |
| Hustler | 31.282120 , -90.697600 |
| Liberty | 31.161127 , -90.800668 |
| McElveen | 31.201010 , -90.595660 |
| Mixon | 31.127400 , -90.575100 |
| Mount Olive | 31.343780 , -90.710100 |
| O'Neil | 31.303780 , -90.884550 |
| Olio | 31.054620 , -90.921210 |
| Oxford | 31.267950 , -90.898160 |
| Peoria | 31.141570 , -90.680930 |
| Smithdale | 31.339620 , -90.682880 |
| Stephenson | 31.278510 , -91.055660 |
| Tangipahoa | 31.259900 , -90.569540 |
| Tatum | 31.149060 , -91.043720 |
| Thompson | 31.256840 , -90.638160 |
| Ustane | 31.286840 , -90.831490 |
| White Cap | 31.215450 , -90.974550 |
| Zion Hill | 31.314900 , -90.826770 |
Notes:
- You can download geometry data for Amite 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.