Randolph (Georgia) Map Cropping Samples
Randolph (Georgia) Map Cropping Samples-1
Randolph (Georgia) Map Cropping Samples-2
Randolph neighborhoods and villages map with 3D shadow effect
flag map of Randolph with 3D shadow effect
Randolph map with 3d shadow effect
Download outline map of Randolph (geojson format) :
Randolph.geojson (**)
Download polygon array of Randolph map for "Google Maps" :
Randolph.txt
Bounding Box for Randolph Map : ( 31.618643 , -84.959324 , 31.93184 , -84.535096 )
Wikipedia ID for Randolph : Q498307
Wikipedia SPARQL Query for Randolph (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q498307 wdt:P1082 ?population. }
OPTIONAL { wd:Q498307 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q498307 wdt:P2046 ?area. }
OPTIONAL { wd:Q498307 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q498307 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q498307 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 Randolph map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](31.618643, -84.959324, 31.93184, -84.535096);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Randolph)
[out:json];
(
rel["name"="Randolph"][type=boundary];
rel["name:en"="Randolph"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Randolph
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Aycock Mill | 31.637390 , -84.612970 |
Bass Store | 31.675720 , -84.822980 |
Benevolence | 31.881830 , -84.734640 |
Carnegie | 31.642950 , -84.779090 |
Coleman | 31.671682 , -84.890224 |
Coles | 31.753500 , -84.834090 |
Cuthbert | 31.771343 , -84.794033 |
Five Points | 31.701560 , -84.557970 |
Goffs Mill | 31.705440 , -84.695750 |
Gore | 31.901270 , -84.726310 |
Martins Crossroads | 31.697110 , -84.638810 |
Pachitla | 31.762940 , -84.681310 |
Peterson Hill | 31.781830 , -84.848260 |
Pumpkintown | 31.882110 , -84.794640 |
Shellman | 31.757090 , -84.615936 |
Shivers Mill | 31.676830 , -84.739920 |
Springvale | 31.828220 , -84.879650 |
Wades | 31.850160 , -84.757140 |
Water Pipe | 31.852110 , -84.638810 |
Notes:
- You can download geometry data for Randolph 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.