Miller (Georgia) Map Cropping Samples
Miller (Georgia) Map Cropping Samples-1
Miller (Georgia) Map Cropping Samples-2
Miller neighborhoods and villages map with 3D shadow effect
flag map of Miller with 3D shadow effect
Miller map with 3d shadow effect
Download outline map of Miller (geojson format) :
Miller.geojson (**)
Download polygon array of Miller map for "Google Maps" :
Miller.txt
Bounding Box for Miller Map : ( 31.06801 , -84.922423 , 31.259469 , -84.537101 )
Wikipedia ID for Miller : Q493107
Wikipedia SPARQL Query for Miller (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q493107 wdt:P1082 ?population. }
OPTIONAL { wd:Q493107 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q493107 wdt:P2046 ?area. }
OPTIONAL { wd:Q493107 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q493107 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q493107 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 Miller map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](31.06801, -84.922423, 31.259469, -84.537101);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Miller)
[out:json];
(
rel["name"="Miller"][type=boundary];
rel["name:en"="Miller"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Miller
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Babcock | 31.112410 , -84.641580 |
Bellview | 31.157410 , -84.599360 |
Boykin | 31.101713 , -84.684814 |
Colquitt | 31.174133 , -84.731873 |
Cooktown | 31.207130 , -84.560190 |
Corea | 31.234350 , -84.727140 |
Jeterville | 31.242960 , -84.706030 |
Lucile | 31.243510 , -84.917150 |
Mayhaw | 31.176570 , -84.875200 |
Notes:
- You can download geometry data for Miller 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.