Download outline map of East Feliciana (geojson format) :
East Feliciana.geojson (**)
Download polygon array of East Feliciana map for "Google Maps" :
East Feliciana.txt
Bounding Box for East Feliciana Map : ( 30.649548 , -91.320706 , 30.999647 , -90.825829 )
Wikipedia ID for East Feliciana : Q504375
Wikipedia SPARQL Query for East Feliciana (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q504375 wdt:P1082 ?population. }
OPTIONAL { wd:Q504375 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q504375 wdt:P2046 ?area. }
OPTIONAL { wd:Q504375 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q504375 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q504375 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 East Feliciana map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](30.649548, -91.320706, 30.999647, -90.825829);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (East Feliciana)
[out:json];
(
rel["name"="East Feliciana"][type=boundary];
rel["name:en"="East Feliciana"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of East Feliciana
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Battle | 30.826570 , -91.081490 |
Blairstown | 30.752680 , -90.962600 |
Bluff Creek | 30.746570 , -90.857320 |
Browns | 30.804900 , -91.112610 |
Clinton | 30.861353 , -91.014982 |
Cole | 30.771290 , -91.236220 |
Delombre | 30.719630 , -91.274000 |
Ethel | 30.791290 , -91.130660 |
Felixville | 30.942400 , -90.876770 |
Felps | 30.977120 , -90.918710 |
Gilead | 30.794350 , -90.862050 |
Gurley | 30.869350 , -91.134000 |
Hatchersville | 30.829630 , -90.867600 |
Jackson | 30.834655 , -91.208010 |
Lindsay | 30.717680 , -91.217890 |
McKnight Crossing | 30.747410 , -90.896490 |
McManus | 30.834350 , -91.136220 |
Norwood | 30.968189 , -91.112584 |
Oaknolia | 30.732960 , -90.990660 |
Olive Branch | 30.744070 , -91.062050 |
Reiley | 30.743790 , -90.969270 |
Reimer Crossing | 30.743240 , -90.921770 |
Slaughter | 30.721872 , -91.139332 |
Teddy | 30.984350 , -90.976770 |
Wilson | 30.923641 , -91.108996 |
Woodland | 30.947400 , -90.936210 |
Notes:
- You can download geometry data for East Feliciana 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.