Download outline map of Gilmer (geojson format) :
Gilmer.geojson (**)
Download polygon array of Gilmer map for "Google Maps" :
Gilmer.txt
Bounding Box for Gilmer Map : ( 34.548495 , -84.657098 , 34.85556 , -84.193481 )
Wikipedia ID for Gilmer : Q493054
Wikipedia SPARQL Query for Gilmer (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q493054 wdt:P1082 ?population. }
OPTIONAL { wd:Q493054 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q493054 wdt:P2046 ?area. }
OPTIONAL { wd:Q493054 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q493054 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q493054 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 Gilmer map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](34.548495, -84.657098, 34.85556, -84.193481);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Gilmer)
[out:json];
(
rel["name"="Gilmer"][type=boundary];
rel["name:en"="Gilmer"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Gilmer
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Ai | 34.833690 , -84.452700 |
Big Creek | 34.735090 , -84.280750 |
Burnett | 34.823690 , -84.407150 |
Cartecay | 34.626480 , -84.383530 |
Cherry Log | 34.785961 , -84.383620 |
Chopped Oak | 34.784250 , -84.461320 |
Diamond | 34.674250 , -84.276030 |
Dyke | 34.599810 , -84.411590 |
East Ellijay | 34.675920 , -84.476097 |
Elders | 34.697580 , -84.573820 |
Ella Gap | 34.642030 , -84.499090 |
Ellijay | 34.691326 , -84.483915 |
Flat Branch | 34.769250 , -84.489930 |
Goose Island | 34.785360 , -84.402420 |
Lucius | 34.801750 , -84.379370 |
Marion | 34.635920 , -84.259640 |
Maxwell | 34.826190 , -84.359090 |
Mountaintown | 34.755640 , -84.560210 |
New Hope | 34.727580 , -84.508820 |
Northcutt | 34.730360 , -84.430480 |
Oak Hill | 34.650920 , -84.429370 |
Oakland | 34.634250 , -84.387420 |
Ollie | 34.748420 , -84.600770 |
Pisgah | 34.725360 , -84.281580 |
Pleasant Hill | 34.753970 , -84.602150 |
Pleasant Valley | 34.574530 , -84.458820 |
Quill | 34.642870 , -84.300200 |
Rolston | 34.673700 , -84.344370 |
Roosevelt | 34.703140 , -84.550490 |
Roundtop | 34.603700 , -84.566040 |
Roy | 34.655090 , -84.353250 |
Santaluca | 34.787030 , -84.434650 |
Tails Creek | 34.689810 , -84.615490 |
Talona | 34.597310 , -84.511870 |
Tickanetley | 34.653980 , -84.293810 |
Tioga | 34.610090 , -84.504100 |
Town Creek | 34.590920 , -84.532710 |
Webb | 34.651480 , -84.501040 |
White Path | 34.750360 , -84.412980 |
Notes:
- You can download geometry data for Gilmer 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.