Morgan (Georgia) Map Cropping Samples
Morgan (Georgia) Map Cropping Samples-1
Morgan (Georgia) Map Cropping Samples-2
Morgan neighborhoods and villages map with 3D shadow effect
flag map of Morgan with 3D shadow effect
Morgan map with 3d shadow effect
Download outline map of Morgan (geojson format) :
Morgan.geojson (**)
Download polygon array of Morgan map for "Google Maps" :
Morgan.txt
Bounding Box for Morgan Map : ( 33.434472 , -83.687386 , 33.81776 , -83.269196 )
Wikipedia ID for Morgan : Q493083
Wikipedia SPARQL Query for Morgan (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q493083 wdt:P1082 ?population. }
OPTIONAL { wd:Q493083 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q493083 wdt:P2046 ?area. }
OPTIONAL { wd:Q493083 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q493083 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q493083 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 Morgan map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](33.434472, -83.687386, 33.81776, -83.269196);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Morgan)
[out:json];
(
rel["name"="Morgan"][type=boundary];
rel["name:en"="Morgan"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Morgan
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Apalachee | 33.686510 , -83.431000 |
Bethany | 33.530960 , -83.423500 |
Bostwick | 33.737801 , -83.514960 |
Brownwood | 33.561510 , -83.555730 |
Buckhead | 33.568452 , -83.362308 |
Canaan | 33.604010 , -83.466830 |
Centennial | 33.585960 , -83.612390 |
Dickson | 33.570960 , -83.606840 |
Dorsey | 33.605400 , -83.552670 |
Godfrey | 33.453460 , -83.504890 |
Madison | 33.579086 , -83.475828 |
Malcolms Store | 33.700960 , -83.548220 |
Nolans Store | 33.710400 , -83.498780 |
Parks Mill | 33.502910 , -83.288220 |
Pennington | 33.484850 , -83.560730 |
Reese | 33.540120 , -83.623780 |
Rutledge | 33.626297 , -83.611272 |
Sandy Creek | 33.675960 , -83.530170 |
Sugar Creek | 33.607900 , -83.377110 |
Swords | 33.544290 , -83.306830 |
Notes:
- You can download geometry data for Morgan 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.