Baker (Georgia) Map Cropping Samples
Baker (Georgia) Map Cropping Samples-1
Baker (Georgia) 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 : ( 31.078396 , -84.641953 , 31.454761 , -84.140852 )
Wikipedia ID for Baker : Q376990
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:Q376990 wdt:P1082 ?population. }
OPTIONAL { wd:Q376990 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q376990 wdt:P2046 ?area. }
OPTIONAL { wd:Q376990 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q376990 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q376990 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"](31.078396, -84.641953, 31.454761, -84.140852);
);
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) |
Bethany | 31.307680 , -84.599640 |
Crestview | 31.332960 , -84.619360 |
Hawkinstown | 31.263240 , -84.449910 |
Hoggard Mill | 31.217130 , -84.470740 |
Iveys Mill | 31.391290 , -84.586030 |
Jones Spur | 31.426840 , -84.634920 |
Lamar | 31.140460 , -84.492970 |
Milford | 31.381840 , -84.543520 |
Mimsville | 31.255740 , -84.528520 |
Newton | 31.317240 , -84.337591 |
Patmos | 31.376010 , -84.564910 |
Red Store Crossroads | 31.404620 , -84.276020 |
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.