Download outline map of Evangeline (geojson format) :
Evangeline.geojson (**)
Download polygon array of Evangeline map for "Google Maps" :
Evangeline.txt
Bounding Box for Evangeline Map : ( 30.480443 , -92.633839 , 31.00156 , -92.172401 )
Wikipedia ID for Evangeline : Q504379
Wikipedia SPARQL Query for Evangeline (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q504379 wdt:P1082 ?population. }
OPTIONAL { wd:Q504379 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q504379 wdt:P2046 ?area. }
OPTIONAL { wd:Q504379 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q504379 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q504379 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 Evangeline map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](30.480443, -92.633839, 31.00156, -92.172401);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Evangeline)
[out:json];
(
rel["name"="Evangeline"][type=boundary];
rel["name:en"="Evangeline"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Evangeline
| Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
| Barber Spur | 30.691030 , -92.426800 |
| Basile | 30.485511 , -92.601020 |
| Bayou Chicot | 30.817140 , -92.350960 |
| Beale | 30.829360 , -92.419580 |
| Beaver | 30.795750 , -92.572080 |
| Belair Cove | 30.648530 , -92.226510 |
| Chataignier | 30.569570 , -92.316832 |
| Chicot Church | 30.826030 , -92.329300 |
| Clearwater | 30.990470 , -92.394020 |
| Cypress Creek | 30.847690 , -92.551530 |
| Dossman | 30.861030 , -92.282070 |
| Duralde | 30.549920 , -92.513750 |
| Easton | 30.751310 , -92.428740 |
| Fenris | 30.560750 , -92.429860 |
| Frilot Cove | 30.626860 , -92.204850 |
| Gray Point | 30.713810 , -92.428190 |
| Johnson Landing | 30.967410 , -92.434580 |
| Lake Cove | 30.917690 , -92.451520 |
| Lone Pine | 30.955750 , -92.319570 |
| Mamou | 30.634913 , -92.417927 |
| Meridian | 30.925470 , -92.405410 |
| Nobrac | 30.972970 , -92.397360 |
| Pine Prairie | 30.781790 , -92.422357 |
| Point Blue | 30.627140 , -92.302350 |
| Reddell | 30.668748 , -92.426825 |
| Redland | 30.567980 , -92.398190 |
| Saint Landry | 30.844360 , -92.257900 |
| Tate Cove | 30.744090 , -92.247070 |
| Turkey Creek | 30.873238 , -92.416982 |
| Tyrone | 30.497150 , -92.511250 |
| Unatex | 30.494090 , -92.525970 |
| Vidrine | 30.692700 , -92.398190 |
| Ville Platte | 30.690174 , -92.274737 |
Notes:
- You can download geometry data for Evangeline 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.