Download outline map of Leake (geojson format) :
Leake.geojson (**)
Download polygon array of Leake map for "Google Maps" :
Leake.txt
Bounding Box for Leake Map : ( 32.576174 , -89.730689 , 32.931672 , -89.317565 )
Wikipedia ID for Leake : Q490835
Wikipedia SPARQL Query for Leake (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q490835 wdt:P1082 ?population. }
OPTIONAL { wd:Q490835 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q490835 wdt:P2046 ?area. }
OPTIONAL { wd:Q490835 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q490835 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q490835 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 Leake map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](32.576174, -89.730689, 32.931672, -89.317565);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Leake)
[out:json];
(
rel["name"="Leake"][type=boundary];
rel["name:en"="Leake"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Leake
| Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
| Abdan | 32.614030 , -89.566740 |
| Barnes | 32.902350 , -89.501740 |
| Battle Bluff | 32.784860 , -89.416740 |
| Bertice | 32.623750 , -89.677850 |
| Bolatusha | 32.922910 , -89.702300 |
| Carthage | 32.743100 , -89.533738 |
| Conway | 32.856240 , -89.590070 |
| Coosa | 32.842360 , -89.422290 |
| Crossroad | 32.884020 , -89.494520 |
| Dossville | 32.930690 , -89.549800 |
| Dowell | 32.901240 , -89.563410 |
| Ebenezer | 32.758470 , -89.350070 |
| Edinburg | 32.799300 , -89.336180 |
| Estesmill | 32.650690 , -89.470070 |
| Forest Grove | 32.730690 , -89.712860 |
| Free Trade | 32.696250 , -89.415070 |
| Freeny | 32.700970 , -89.481460 |
| Gill | 32.679580 , -89.531740 |
| Good Hope | 32.628190 , -89.628960 |
| Goshen | 32.762080 , -89.495900 |
| Gray | 32.911240 , -89.447020 |
| Harmony | 32.724580 , -89.410620 |
| Hopoca | 32.834300 , -89.506460 |
| Lena | 32.593972 , -89.594813 |
| Luther | 32.816800 , -89.480900 |
| Madden | 32.679030 , -89.348120 |
| Marydell | 32.885410 , -89.383680 |
| McAfee | 32.742640 , -89.496180 |
| Midway | 32.807630 , -89.440900 |
| Ofahoma | 32.707360 , -89.700630 |
| Pearl Hill | 32.789020 , -89.404240 |
| Piggtown | 32.649860 , -89.615910 |
| Pilgrim Rest | 32.724580 , -89.587570 |
| Redwater | 32.783458 , -89.556175 |
| Remus | 32.868740 , -89.343680 |
| Renfroe | 32.859580 , -89.451180 |
| Rosebud | 32.649300 , -89.392010 |
| Saint Ann | 32.782910 , -89.660350 |
| Salem | 32.597360 , -89.348950 |
| Singleton | 32.886240 , -89.536740 |
| Standing Pine | 32.674917 , -89.452938 |
| Sunrise | 32.770690 , -89.438960 |
| Thomastown | 32.864020 , -89.669520 |
| Tuckers Crossing | 32.654030 , -89.573960 |
| Tuscola | 32.620140 , -89.527850 |
| Walnut Grove | 32.593170 , -89.457827 |
| Wiggins | 32.702080 , -89.636740 |
Notes:
- You can download geometry data for Leake 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.