Download outline map of Levy (geojson format) :
Levy.geojson (**)
Download polygon array of Levy map for "Google Maps" :
Levy.txt
Bounding Box for Levy Map : ( 28.914529 , -83.239859 , 29.591315 , -82.403237 )
Wikipedia ID for Levy : Q501022
Wikipedia SPARQL Query for Levy (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q501022 wdt:P1082 ?population. }
OPTIONAL { wd:Q501022 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q501022 wdt:P2046 ?area. }
OPTIONAL { wd:Q501022 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q501022 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q501022 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 Levy map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](28.914529, -83.239859, 29.591315, -82.403237);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Levy)
[out:json];
(
rel["name"="Levy"][type=boundary];
rel["name:en"="Levy"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Levy
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Andrews | 29.548176 , -82.887998 |
Beetree Ford | 29.230520 , -82.648720 |
Bronson | 29.450121 , -82.639119 |
Cedar Key | 29.145247 , -83.038469 |
Chiefland | 29.489522 , -82.866488 |
East Bronson | 29.459297 , -82.590537 |
East Williston | 29.388354 , -82.416478 |
Ellzey | 29.311080 , -82.793450 |
Fanning Springs | 29.586978 , -82.928468 |
Fowlers Bluff | 29.396630 , -83.024290 |
Gulf Hammock | 29.253020 , -82.730950 |
Hodgson | 29.403860 , -82.455940 |
Inglis | 29.032706 , -82.659193 |
Lukens | 29.186350 , -83.135130 |
Manatee Road | 29.514458 , -82.918198 |
Merediths | 29.478580 , -82.602890 |
Montbrook | 29.327190 , -82.450380 |
Morriston | 29.281127 , -82.440031 |
Otter Creek | 29.323999 , -82.773660 |
Port Inglis | 28.994420 , -82.760940 |
Raleigh | 29.447868 , -82.468078 |
Rosewood | 29.239130 , -82.932060 |
Sumner | 29.216910 , -82.967620 |
Tidewater | 29.128860 , -82.570100 |
Usher | 29.407460 , -82.816780 |
Vista | 29.376900 , -83.048180 |
Williston | 29.373621 , -82.457574 |
Williston Highlands | 29.333616 , -82.535656 |
Yankeetown | 29.028828 , -82.761371 |
Notes:
- You can download geometry data for Levy 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.