Jefferson (Florida) Map Cropping Samples

Jefferson (Florida) Map Cropping Samples-1
Jefferson (Florida) Map Cropping Samples-1
Jefferson (Florida) Map Cropping Samples-2
Jefferson (Florida) Map Cropping Samples-2
Download outline map of Jefferson (geojson format) : Jefferson.geojson (**)
Download polygon array of Jefferson map for "Google Maps" : Jefferson.txt
Bounding Box for Jefferson Map : ( 30.012225 , -84.076234 , 30.672127 , -83.604121 )
Wikipedia ID for Jefferson : Q224343
Wikipedia SPARQL Query for Jefferson (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q224343 wdt:P1082 ?population. }
OPTIONAL { wd:Q224343 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q224343 wdt:P2046 ?area. }
OPTIONAL { wd:Q224343 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q224343 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q224343 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

[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](30.012225, -84.076234, 30.672127, -83.604121);
);
out geom;

Run this query on overpass-turbo (Click RUN button on the opened page!)

Get Boundaries from overpass-turbo (OSM) with place name (Jefferson)
[out:json];
(
rel["name"="Jefferson"][type=boundary];
rel["name:en"="Jefferson"][type=boundary];
);
out geom;

Run this query on overpass-turbo (Click RUN button on the opened page!)


Neighborhoods and Villages of Jefferson
Neighborhoods and VillagesCoordinates (Latitude, Longitude)
Alma 30.611030 , -83.906280
Ashville 30.616590 , -83.646550
Aucilla 30.477028 , -83.760399
Capps 30.410480 , -83.911000
Casa Blanco 30.516310 , -83.887660
Cody 30.360760 , -84.051000
Dills 30.623260 , -83.772110
Drifton 30.495480 , -83.879330
Fanlew 30.271590 , -84.057390
Festus 30.601590 , -83.968780
Fincher 30.660200 , -83.966000
Jarrett 30.623810 , -83.934060
Lamont 30.379675 , -83.813376
Limestone 30.351310 , -84.027940
Lloyd 30.482189 , -84.024419
Lois 30.526310 , -83.915720
Monticello 30.542202 , -83.872258
Nash 30.454370 , -83.892940
Nutall Rise 30.150490 , -83.964050
Thomas City 30.355200 , -83.972940
Wacissa 30.356636 , -83.993694
Waukeenah 30.402020 , -83.959984


Notes:
- You can download geometry data for Jefferson 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.

Create Jefferson neighborhoods and villages map.


Share this page