Marion (Georgia) Map Cropping Samples
Marion (Georgia) Map Cropping Samples-1
Marion (Georgia) Map Cropping Samples-2
Marion neighborhoods and villages map with 3D shadow effect
flag map of Marion with 3D shadow effect
Marion map with 3d shadow effect
Download outline map of Marion (geojson format) :
Marion.geojson (**)
Download polygon array of Marion map for "Google Maps" :
Marion.txt
Bounding Box for Marion Map : ( 32.134058 , -84.658983 , 32.562083 , -84.389927 )
Wikipedia ID for Marion : Q486344
Wikipedia SPARQL Query for Marion (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q486344 wdt:P1082 ?population. }
OPTIONAL { wd:Q486344 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q486344 wdt:P2046 ?area. }
OPTIONAL { wd:Q486344 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q486344 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q486344 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 Marion map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](32.134058, -84.658983, 32.562083, -84.389927);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Marion)
[out:json];
(
rel["name"="Marion"][type=boundary];
rel["name:en"="Marion"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Marion
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Berginville | 32.284600 , -84.589360 |
Blueville | 32.417090 , -84.495480 |
Buena Vista | 32.318778 , -84.517734 |
Church Hill | 32.163210 , -84.545470 |
Doyle | 32.284320 , -84.443810 |
Draneville | 32.210710 , -84.487140 |
Elmview | 32.311260 , -84.562980 |
Five Points | 32.454030 , -84.444640 |
Glen Alta | 32.306820 , -84.651310 |
Juniper | 32.531250 , -84.604370 |
Oakland | 32.456810 , -84.537420 |
Pineville | 32.254870 , -84.620200 |
Putnam | 32.258770 , -84.417970 |
Tazewell | 32.380430 , -84.440750 |
Union | 32.347370 , -84.629920 |
Zellobee | 32.296260 , -84.620480 |
Notes:
- You can download geometry data for Marion 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.