Download outline map of Meriwether (geojson format) :
Meriwether.geojson (**)
Download polygon array of Meriwether map for "Google Maps" :
Meriwether.txt
Bounding Box for Meriwether Map : ( 32.84464 , -84.864633 , 33.231493 , -84.490539 )
Wikipedia ID for Meriwether : Q501151
Wikipedia SPARQL Query for Meriwether (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q501151 wdt:P1082 ?population. }
OPTIONAL { wd:Q501151 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q501151 wdt:P2046 ?area. }
OPTIONAL { wd:Q501151 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q501151 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q501151 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 Meriwether map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](32.84464, -84.864633, 33.231493, -84.490539);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Meriwether)
[out:json];
(
rel["name"="Meriwether"][type=boundary];
rel["name:en"="Meriwether"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Meriwether
| Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
| Allie | 33.099290 , -84.728820 |
| Alps | 33.148180 , -84.603260 |
| Alvaton | 33.170960 , -84.580480 |
| Andrews Crossroads | 32.983460 , -84.661040 |
| Barnes Crossroads | 32.967070 , -84.690210 |
| Betts | 32.951800 , -84.587430 |
| Bulloch Crossroads | 32.873190 , -84.632430 |
| Carmel | 33.172340 , -84.537430 |
| Carrolls | 33.012350 , -84.566040 |
| Chalybeate Springs | 32.856800 , -84.580200 |
| County Line | 32.878190 , -84.767980 |
| Crowders Crossing | 32.935410 , -84.731320 |
| Durand | 32.917070 , -84.773820 |
| Edman | 33.036520 , -84.564370 |
| Gay | 33.093658 , -84.575471 |
| Greenville | 33.032241 , -84.716221 |
| Harris City | 32.968180 , -84.712710 |
| Hunters Crossroad | 32.959290 , -84.760490 |
| Imlac | 33.024570 , -84.562700 |
| Johnson Crossroads | 32.901240 , -84.599090 |
| Langdon | 32.945410 , -84.600760 |
| Loftin | 32.885130 , -84.597980 |
| Lone Oak | 33.172352 , -84.817331 |
| Luthersville | 33.209583 , -84.744265 |
| Manchester | 32.856554 , -84.633014 |
| McLendon Crossroads | 32.992630 , -84.626590 |
| Nebula | 32.850410 , -84.677150 |
| Oakland | 33.108460 , -84.591040 |
| Odessadale | 33.015960 , -84.812990 |
| Persico | 32.915410 , -84.604090 |
| Primrose | 33.143460 , -84.741880 |
| Raleigh | 32.936800 , -84.636320 |
| Rocky Mount | 33.165400 , -84.673260 |
| Routons Crossroads | 32.893460 , -84.632430 |
| Saint Marks | 33.125400 , -84.821040 |
| Stovall | 32.960960 , -84.851880 |
| Thompson Crossroad | 33.075120 , -84.772150 |
| Warm Springs | 32.885219 , -84.676608 |
| White Sulphur Springs | 32.907910 , -84.803260 |
| Woodbury | 32.984751 , -84.582119 |
| Woodcraft | 33.080120 , -84.718540 |
| Wooster | 33.141790 , -84.630210 |
Notes:
- You can download geometry data for Meriwether 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.