Download outline map of Livingston (geojson format) :
Livingston.geojson (**)
Download polygon array of Livingston map for "Google Maps" :
Livingston.txt
Bounding Box for Livingston Map : ( 30.175067 , -90.991536 , 30.650023 , -90.401254 )
Wikipedia ID for Livingston : Q506937
Wikipedia SPARQL Query for Livingston (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q506937 wdt:P1082 ?population. }
OPTIONAL { wd:Q506937 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q506937 wdt:P2046 ?area. }
OPTIONAL { wd:Q506937 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q506937 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q506937 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 Livingston map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](30.175067, -90.991536, 30.650023, -90.401254);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Livingston)
[out:json];
(
rel["name"="Livingston"][type=boundary];
rel["name:en"="Livingston"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Livingston
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Albany | 30.502645 , -90.584752 |
Bayou Barbary | 30.341030 , -90.673700 |
Carthage Bluff Landing | 30.307970 , -90.587870 |
Clio | 30.309640 , -90.609810 |
Colyell | 30.390470 , -90.770100 |
Coteau Bourgeois | 30.260470 , -90.758150 |
Denham Springs | 30.474362 , -90.959349 |
Denson | 30.264640 , -90.633980 |
Eden Church Road Mobile Park | 30.490780 , -90.921110 |
French Settlement | 30.315994 , -90.803288 |
Friendship | 30.582690 , -90.870930 |
Frost | 30.404080 , -90.739260 |
Georgeville | 30.649630 , -90.622040 |
Head of Island | 30.269640 , -90.753430 |
Holden | 30.504360 , -90.669260 |
Horse Bluff Landing | 30.366030 , -90.627310 |
Hungarian Settlement | 30.467410 , -90.577310 |
Killian | 30.353014 , -90.579524 |
Livingston | 30.495288 , -90.746696 |
Lockhart | 30.490470 , -90.904540 |
Magnolia | 30.560190 , -90.706210 |
Magnolia Landing | 30.303810 , -90.630370 |
Maurepas | 30.296860 , -90.663980 |
Neal Landing | 30.372970 , -90.647310 |
Oldfield | 30.627410 , -90.844540 |
Plainview | 30.539910 , -90.970100 |
Poley | 30.338250 , -90.796480 |
Port Vincent | 30.337873 , -90.841947 |
Rome | 30.377140 , -90.550650 |
Satsuma | 30.502690 , -90.800380 |
Springfield | 30.425543 , -90.544402 |
Springville | 30.435470 , -90.683150 |
Starns | 30.561580 , -90.658980 |
Tiger Bluff Landing | 30.305470 , -90.659540 |
Union Landing | 30.321310 , -90.694540 |
Verdun | 30.339640 , -90.734540 |
Walker | 30.484862 , -90.865281 |
Wall Settlement | 30.408530 , -90.633150 |
Warsaw Landing | 30.384920 , -90.553420 |
Watson | 30.574901 , -90.950797 |
Weiss | 30.647130 , -90.905660 |
Whitehall | 30.288640 , -90.701920 |
Notes:
- You can download geometry data for Livingston 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.