Murray (Georgia) Map Cropping Samples
Murray (Georgia) Map Cropping Samples-1
Murray (Georgia) Map Cropping Samples-2
Murray neighborhoods and villages map with 3D shadow effect
flag map of Murray with 3D shadow effect
Murray map with 3d shadow effect
Download outline map of Murray (geojson format) :
Murray.geojson (**)
Download polygon array of Murray map for "Google Maps" :
Murray.txt
Bounding Box for Murray Map : ( 34.583187 , -84.944512 , 34.988329 , -84.582195 )
Wikipedia ID for Murray : Q493074
Wikipedia SPARQL Query for Murray (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q493074 wdt:P1082 ?population. }
OPTIONAL { wd:Q493074 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q493074 wdt:P2046 ?area. }
OPTIONAL { wd:Q493074 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q493074 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q493074 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 Murray map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](34.583187, -84.944512, 34.988329, -84.582195);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Murray)
[out:json];
(
rel["name"="Murray"][type=boundary];
rel["name:en"="Murray"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Murray
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Ball Ground | 34.652030 , -84.760220 |
Bloodtown | 34.626200 , -84.688820 |
Carters | 34.608970 , -84.692990 |
Chatsworth | 34.780706 , -84.783394 |
Cisco | 34.951190 , -84.736330 |
Cohutta Springs | 34.887860 , -84.727160 |
Coniston | 34.637860 , -84.709100 |
Crandall | 34.866750 , -84.745490 |
Dennis | 34.702030 , -84.708820 |
Eton | 34.826600 , -84.766791 |
Gregory | 34.953410 , -84.782440 |
Hasslers Mill | 34.812300 , -84.695210 |
Holley | 34.663420 , -84.828830 |
Oran | 34.793140 , -84.767440 |
Ramhurst | 34.698140 , -84.730770 |
Spring Place | 34.758140 , -84.821050 |
Sumac | 34.883690 , -84.799380 |
Temple Grove | 34.928410 , -84.771610 |
Tennga | 34.986740 , -84.738550 |
Treadwell | 34.783410 , -84.870780 |
Notes:
- You can download geometry data for Murray 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.