Download outline map of LaSalle (geojson format) :
LaSalle.geojson (**)
Download polygon array of LaSalle map for "Google Maps" :
LaSalle.txt
Bounding Box for LaSalle Map : ( 31.323064 , -92.384613 , 31.927873 , -92.005434 )
Wikipedia ID for LaSalle : Q506086
Wikipedia SPARQL Query for LaSalle (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q506086 wdt:P1082 ?population. }
OPTIONAL { wd:Q506086 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q506086 wdt:P2046 ?area. }
OPTIONAL { wd:Q506086 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q506086 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q506086 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 LaSalle map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](31.323064, -92.384613, 31.927873, -92.005434);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (LaSalle)
[out:json];
(
rel["name"="LaSalle"][type=boundary];
rel["name:en"="LaSalle"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of LaSalle
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Belah | 31.646010 , -92.181520 |
Blade | 31.654340 , -92.052910 |
Cane | 31.644060 , -92.019580 |
Chickasaw | 31.842670 , -92.207360 |
Eden | 31.654060 , -92.215130 |
Fellowship | 31.634620 , -92.195130 |
Ganeyville | 31.720170 , -92.281250 |
Good Pine | 31.693230 , -92.162080 |
Hester | 31.739060 , -92.329310 |
Jena | 31.691398 , -92.129815 |
Little Creek | 31.719620 , -92.294300 |
Midway | 31.678737 , -92.149368 |
Nebo | 31.588790 , -92.141800 |
Nickel | 31.809330 , -92.054020 |
Olla | 31.898075 , -92.240405 |
Rogers | 31.532400 , -92.225130 |
Routon | 31.702120 , -92.052630 |
Searcy | 31.705170 , -92.228190 |
Sharp Town | 31.582400 , -92.113740 |
Standard | 31.917660 , -92.220140 |
Trout | 31.695730 , -92.178750 |
Tullos | 31.818808 , -92.329252 |
Urania | 31.863893 , -92.291223 |
Webb Quarters | 31.672670 , -92.156520 |
White Sulphur Springs | 31.601560 , -92.273190 |
Whitehall | 31.624340 , -92.041800 |
Zenoria | 31.746280 , -92.336810 |
Notes:
- You can download geometry data for LaSalle 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.