Download outline map of West Feliciana (geojson format) :
West Feliciana.geojson (**)
Download polygon array of West Feliciana map for "Google Maps" :
West Feliciana.txt
Bounding Box for West Feliciana Map : ( 30.653961 , -91.750119 , 31.044794 , -91.176139 )
Wikipedia ID for West Feliciana : Q512993
Wikipedia SPARQL Query for West Feliciana (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q512993 wdt:P1082 ?population. }
OPTIONAL { wd:Q512993 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q512993 wdt:P2046 ?area. }
OPTIONAL { wd:Q512993 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q512993 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q512993 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 West Feliciana map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](30.653961, -91.750119, 31.044794, -91.176139);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (West Feliciana)
[out:json];
(
rel["name"="West Feliciana"][type=boundary];
rel["name:en"="West Feliciana"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of West Feliciana
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Alice | 30.919900 , -91.297610 |
Angola | 30.950460 , -91.569280 |
Angola Landing | 30.944070 , -91.647340 |
Bains | 30.830740 , -91.386780 |
Beachwood | 30.859900 , -91.368720 |
Brake | 30.922960 , -91.544010 |
Brandon | 30.904350 , -91.519010 |
Carney | 30.846010 , -91.302060 |
Como Landing | 30.906290 , -91.528170 |
Elm Park | 30.826290 , -91.334280 |
Flower Hill | 30.881850 , -91.416780 |
Freeland | 30.778240 , -91.267050 |
Hamilton | 30.802680 , -91.311780 |
Hardwood | 30.806290 , -91.384000 |
Hollywood | 30.949900 , -91.409000 |
Laurel Hill | 30.953510 , -91.340390 |
Plettenberg | 30.877960 , -91.492340 |
Powell | 30.739350 , -91.329830 |
Riddle | 30.719630 , -91.309830 |
Rogillioville | 30.925180 , -91.231220 |
Rosebank | 30.923230 , -91.441500 |
Rowes Landing | 30.923510 , -91.561510 |
Solitude | 30.832400 , -91.425110 |
St. Francisville | 30.785128 , -91.378681 |
Starhill | 30.762130 , -91.307060 |
Tunica | 30.929350 , -91.555120 |
Tunica Landing | 30.922960 , -91.556230 |
Turnbull | 30.954620 , -91.467060 |
Wakefield | 30.889350 , -91.350110 |
Weyanoke | 30.946840 , -91.461230 |
Zee | 30.789110 , -91.326041 |
Notes:
- You can download geometry data for West 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.