Download outline map of Lafayette (geojson format) :
Lafayette.geojson (**)
Download polygon array of Lafayette map for "Google Maps" :
Lafayette.txt
Bounding Box for Lafayette Map : ( 34.161022 , -89.722246 , 34.55538 , -89.245485 )
Wikipedia ID for Lafayette : Q485383
Wikipedia SPARQL Query for Lafayette (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q485383 wdt:P1082 ?population. }
OPTIONAL { wd:Q485383 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q485383 wdt:P2046 ?area. }
OPTIONAL { wd:Q485383 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q485383 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q485383 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 Lafayette map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](34.161022, -89.722246, 34.55538, -89.245485);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Lafayette)
[out:json];
(
rel["name"="Lafayette"][type=boundary];
rel["name:en"="Lafayette"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Lafayette
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Abbeville | 34.503392 , -89.502517 |
Alesville | 34.365110 , -89.604250 |
Altus | 34.340940 , -89.396190 |
Burgess | 34.341500 , -89.668140 |
Burt | 34.495660 , -89.333410 |
College Hill | 34.421770 , -89.570640 |
College Hill Heights | 34.397330 , -89.552860 |
Cornish | 34.268160 , -89.358410 |
Dallas Jones Crossing | 34.222050 , -89.642860 |
Delay | 34.249000 , -89.403970 |
Denmark | 34.310940 , -89.346740 |
Dogtown | 34.264830 , -89.285910 |
Free Springs | 34.525660 , -89.650080 |
Harmontown | 34.540380 , -89.648420 |
Keel | 34.412880 , -89.367850 |
Lafayette Springs | 34.317330 , -89.261180 |
Markette | 34.277890 , -89.520920 |
Oxford | 34.361331 , -89.528876 |
Paris | 34.178720 , -89.459800 |
Piera | 34.541770 , -89.691750 |
Porterton | 34.288160 , -89.451470 |
Potlockney | 34.175110 , -89.373690 |
Splinter | 34.286500 , -89.671750 |
Spring Hill | 34.197330 , -89.257020 |
Springdale | 34.221780 , -89.609250 |
Taylor | 34.269101 , -89.583333 |
Teckville | 34.506490 , -89.662860 |
Union Hall | 34.224550 , -89.542860 |
University | 34.365038 , -89.538397 |
Yocona | 34.278160 , -89.414800 |
Notes:
- You can download geometry data for Lafayette 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.