Lafayette (Arkansas) Map Cropping Samples
Lafayette (Arkansas) Map Cropping Samples-1
Lafayette (Arkansas) Map Cropping Samples-2
Lafayette neighborhoods and villages map with 3D shadow effect
flag map of Lafayette with 3D shadow effect
Lafayette map with 3d shadow effect
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 : ( 33.018442 , -93.860409 , 33.482038 , -93.365534 )
Wikipedia ID for Lafayette : Q61167
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:Q61167 wdt:P1082 ?population. }
OPTIONAL { wd:Q61167 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q61167 wdt:P2046 ?area. }
OPTIONAL { wd:Q61167 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q61167 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q61167 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"](33.018442, -93.860409, 33.482038, -93.365534);
);
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) |
Baker | 33.464840 , -93.546010 |
Boyd Hill | 33.444850 , -93.671010 |
Bradley | 33.099328 , -93.657054 |
Buckner | 33.357360 , -93.435801 |
Burton Mill | 33.174020 , -93.635180 |
Canale | 33.066800 , -93.814070 |
Canfield | 33.182910 , -93.632680 |
Forest Grove | 33.134020 , -93.512400 |
Gin City | 33.107080 , -93.722950 |
Grants | 33.156240 , -93.657400 |
Kress City | 33.294290 , -93.604900 |
Lewisville | 33.364405 , -93.575427 |
McKamie | 33.268460 , -93.499060 |
Midway | 33.461790 , -93.624900 |
Mount Pleasant | 33.458730 , -93.493790 |
Piney Grove | 33.437900 , -93.606290 |
Pleasant Valley | 33.108740 , -93.812680 |
Shiloh | 33.388730 , -93.459900 |
Stamps | 33.356399 , -93.495549 |
State Line | 33.051520 , -93.539060 |
Walker Creek | 33.115690 , -93.512670 |
Walnut Hill | 33.109850 , -93.684070 |
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.