Download outline map of Leon (geojson format) :
Leon.geojson (**)
Download polygon array of Leon map for "Google Maps" :
Leon.txt
Bounding Box for Leon Map : ( 30.273438 , -84.715359 , 30.685334 , -83.977165 )
Wikipedia ID for Leon : Q488576
Wikipedia SPARQL Query for Leon (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q488576 wdt:P1082 ?population. }
OPTIONAL { wd:Q488576 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q488576 wdt:P2046 ?area. }
OPTIONAL { wd:Q488576 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q488576 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q488576 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 Leon map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](30.273438, -84.715359, 30.685334, -83.977165);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Leon)
[out:json];
(
rel["name"="Leon"][type=boundary];
rel["name:en"="Leon"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Leon
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Andrew | 30.399920 , -84.410180 |
Baum | 30.514090 , -84.080170 |
Bellwood Estates | 30.504090 , -84.328240 |
Blocker | 30.587420 , -84.273510 |
Bloxham | 30.388530 , -84.630740 |
Bradfordville | 30.561310 , -84.217680 |
Bridle Path Acres | 30.509090 , -84.262400 |
Capitola | 30.451040 , -84.087950 |
Centerville | 30.557140 , -84.176290 |
Chaires | 30.436310 , -84.117390 |
Chaires Cross Roads | 30.419636 , -84.119364 |
Concord | 30.563810 , -84.045450 |
Corey | 30.363260 , -84.181840 |
Felkel | 30.597140 , -84.117670 |
Fort Braden | 30.422980 , -84.537690 |
Harbinwood Estates | 30.514370 , -84.335180 |
Helen | 30.307420 , -84.399900 |
Henrietta | 30.397700 , -84.292680 |
Holland | 30.427700 , -84.532690 |
Homestead Ridge | 30.501590 , -84.120170 |
Iamonia | 30.668250 , -84.163510 |
Jackson Bluff | 30.389090 , -84.641860 |
Lake Jackson | 30.532420 , -84.361570 |
Lochiocha | 30.365430 , -84.655077 |
Lutterloh | 30.328530 , -84.252950 |
Mccaln | 30.449090 , -84.402680 |
Meridian | 30.638530 , -84.281850 |
Miccosukee Cpo | 30.594640 , -84.041280 |
Norfleet | 30.442700 , -84.391850 |
Oak Knoll Estates | 30.523810 , -84.266290 |
Ochlockonee | 30.486136 , -84.384366 |
Ochlockonee Bay | 30.472420 , -84.406850 |
Peck | 30.539920 , -84.091560 |
Rose | 30.349370 , -84.133500 |
Spring Hill | 30.339370 , -84.387960 |
Tallahassee | 30.454899 , -84.252644 |
Wadesboro | 30.505200 , -84.065730 |
Ward | 30.304090 , -84.702970 |
Woodville | 30.311408 , -84.259480 |
Notes:
- You can download geometry data for Leon 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.