Lafayette (Florida) Map Cropping Samples
Lafayette (Florida) Map Cropping Samples-1
Lafayette (Florida) 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 : ( 29.822222 , -83.37089 , 30.260676 , -82.87522 )
Wikipedia ID for Lafayette : Q488810
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:Q488810 wdt:P1082 ?population. }
OPTIONAL { wd:Q488810 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q488810 wdt:P2046 ?area. }
OPTIONAL { wd:Q488810 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q488810 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q488810 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"](29.822222, -83.37089, 30.260676, -82.87522);
);
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) |
Alton | 30.053000 , -83.137910 |
Buckville | 30.129110 , -83.292360 |
Chancey | 30.240500 , -83.260420 |
Cooks Hammock | 29.929670 , -83.276530 |
Day | 30.194926 , -83.290845 |
Dell | 30.136610 , -83.239860 |
Grady | 29.954120 , -82.932070 |
Hatchbend | 29.847180 , -82.918180 |
Mayo | 30.050954 , -83.176631 |
Mayo Junction | 30.205780 , -83.266530 |
Midway | 30.011890 , -83.078740 |
Peterson | 30.092720 , -83.215140 |
San Pedro Junction | 30.011060 , -83.214860 |
Townsend | 30.129110 , -83.339310 |
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.