Lamar (Georgia) Map Cropping Samples

Lamar (Georgia) Map Cropping Samples-1

Lamar (Georgia) Map Cropping Samples-2

Lamar neighborhoods and villages map with 3D shadow effect

flag map of Lamar with 3D shadow effect

Lamar map with 3d shadow effect
Download outline map of Lamar (geojson format) :
Lamar.geojson (**)
Download polygon array of Lamar map for "Google Maps" :
Lamar.txt
Bounding Box for Lamar Map : ( 32.931497 , -84.27014 , 33.202824 , -84.040914 )
Wikipedia ID for Lamar : Q493049
Wikipedia SPARQL Query for Lamar (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q493049 wdt:P1082 ?population. }
OPTIONAL { wd:Q493049 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q493049 wdt:P2046 ?area. }
OPTIONAL { wd:Q493049 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q493049 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q493049 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 Lamar map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](32.931497, -84.27014, 33.202824, -84.040914);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Lamar)
[out:json];
(
rel["name"="Lamar"][type=boundary];
rel["name:en"="Lamar"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Lamar
| Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
| Aldora | 33.050909 , -84.175985 |
| Barnesville | 33.051053 , -84.152607 |
| Chappel | 33.177900 , -84.097420 |
| Five Points | 33.125120 , -84.215480 |
| Goggins | 33.075960 , -84.091860 |
| Horns Crossroads | 32.981800 , -84.075470 |
| Johnstonville | 33.089570 , -84.074360 |
| Liberty Hill | 33.153460 , -84.134080 |
| Milner | 33.117687 , -84.192610 |
| Milner Crossroads | 33.060960 , -84.207420 |
| Patillo | 33.201790 , -84.092420 |
| Piedmont | 33.017070 , -84.250750 |
| Redbone | 32.990130 , -84.097410 |
| Weldons Crossroads | 33.194290 , -84.070750 |
| Woodfin Mill | 33.110400 , -84.231030 |
Notes:
- You can download geometry data for Lamar 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.