Baker (Florida) Map Cropping Samples
Baker (Florida) Map Cropping Samples-1
Baker (Florida) Map Cropping Samples-2
Baker neighborhoods and villages map with 3D shadow effect
flag map of Baker with 3D shadow effect
Baker map with 3d shadow effect
Download outline map of Baker (geojson format) :
Baker.geojson (**)
Download polygon array of Baker map for "Google Maps" :
Baker.txt
Bounding Box for Baker Map : ( 30.136449 , -82.459793 , 30.584267 , -82.048816 )
Wikipedia ID for Baker : Q156568
Wikipedia SPARQL Query for Baker (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q156568 wdt:P1082 ?population. }
OPTIONAL { wd:Q156568 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q156568 wdt:P2046 ?area. }
OPTIONAL { wd:Q156568 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q156568 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q156568 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 Baker map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](30.136449, -82.459793, 30.584267, -82.048816);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Baker)
[out:json];
(
rel["name"="Baker"][type=boundary];
rel["name:en"="Baker"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Baker
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Baxter | 30.513560 , -82.233730 |
Bessent | 30.221350 , -82.114560 |
Eddy | 30.543560 , -82.338730 |
Glen St. Mary | 30.275095 , -82.160209 |
Kenny | 30.356070 , -82.242620 |
LaBuena | 30.242460 , -82.099280 |
Macclenny | 30.281738 , -82.124636 |
Manning | 30.175240 , -82.174560 |
Manns Spur | 30.234680 , -82.319560 |
Margaretta | 30.265510 , -82.220670 |
McPherson | 30.247740 , -82.080110 |
Olustee | 30.204120 , -82.428730 |
Pine Top | 30.273010 , -82.181220 |
Sanderson | 30.252180 , -82.272890 |
Sapp | 30.147460 , -82.185670 |
Sargent | 30.574110 , -82.429290 |
Steckert | 30.210520 , -82.125110 |
Notes:
- You can download geometry data for Baker 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.