Download outline map of Harris (geojson format) :
Harris.geojson (**)
Download polygon array of Harris map for "Google Maps" :
Harris.txt
Bounding Box for Harris Map : ( 32.583129 , -85.184914 , 32.872496 , -84.682876 )
Wikipedia ID for Harris : Q486133
Wikipedia SPARQL Query for Harris (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q486133 wdt:P1082 ?population. }
OPTIONAL { wd:Q486133 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q486133 wdt:P2046 ?area. }
OPTIONAL { wd:Q486133 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q486133 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q486133 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 Harris map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](32.583129, -85.184914, 32.872496, -84.682876);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Harris)
[out:json];
(
rel["name"="Harris"][type=boundary];
rel["name:en"="Harris"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Harris
| Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
| Antioch | 32.677630 , -85.058270 |
| Beech Springs | 32.797350 , -84.957710 |
| Cataula | 32.655410 , -84.868540 |
| Champion Crossroad | 32.851240 , -84.870210 |
| Ellerslie | 32.631530 , -84.801320 |
| Gordydale | 32.622910 , -84.814930 |
| Hamilton | 32.764516 , -84.876039 |
| Hopewell | 32.822630 , -84.954100 |
| Kingsboro | 32.708470 , -84.869380 |
| Mountain Hill | 32.723190 , -85.022710 |
| Mulberry Grove | 32.662910 , -84.957430 |
| New Hope | 32.777350 , -85.088830 |
| Oak Mountain | 32.742630 , -84.725200 |
| Ossahatchie | 32.654030 , -84.776600 |
| Pine Lake | 32.807630 , -85.050490 |
| Pine Mountain | 32.852381 , -84.853066 |
| Pine Mountain Valley | 32.798740 , -84.823260 |
| Piney Grove | 32.625970 , -85.036600 |
| Rehobeth | 32.640970 , -84.883820 |
| Ridgeway | 32.635410 , -84.721590 |
| Shady Grove | 32.756240 , -85.080490 |
| Shiloh | 32.811983 , -84.698960 |
| Smiths Crossroads | 32.837630 , -84.934100 |
| Turntime Crossroads | 32.690410 , -84.788540 |
| Waverly Hall | 32.683681 , -84.737754 |
| Whitesville | 32.817630 , -85.031320 |
Notes:
- You can download geometry data for Harris 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.