Download outline map of DeSoto (geojson format) :
DeSoto.geojson (**)
Download polygon array of DeSoto map for "Google Maps" :
DeSoto.txt
Bounding Box for DeSoto Map : ( 34.70795 , -90.313476 , 34.995694 , -89.723356 )
Wikipedia ID for DeSoto : Q339724
Wikipedia SPARQL Query for DeSoto (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q339724 wdt:P1082 ?population. }
OPTIONAL { wd:Q339724 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q339724 wdt:P2046 ?area. }
OPTIONAL { wd:Q339724 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q339724 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q339724 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 DeSoto map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](34.70795, -90.313476, 34.995694, -89.723356);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (DeSoto)
[out:json];
(
rel["name"="DeSoto"][type=boundary];
rel["name:en"="DeSoto"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of DeSoto
| Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
| Aldens | 34.933430 , -90.024810 |
| Alphaba | 34.773990 , -89.873700 |
| Barnesville | 34.993980 , -90.095930 |
| Bridgetown | 34.890695 , -89.906889 |
| Bright | 34.847040 , -89.920370 |
| Buena Vista Lakes | 34.734820 , -90.007040 |
| Cedarview | 34.913710 , -89.832030 |
| Cockrum | 34.802880 , -89.812030 |
| Cub Lake | 34.786490 , -90.149260 |
| Days | 34.911210 , -90.077870 |
| Deans Corner | 34.875370 , -90.077870 |
| Eudora | 34.830380 , -90.149260 |
| Glover | 34.932600 , -90.180090 |
| Handy Corner | 34.962320 , -89.742030 |
| Hernando | 34.849601 , -89.992056 |
| Holly Hills | 34.967590 , -90.091760 |
| Horn Lake | 34.951200 , -90.050126 |
| Ingrams Mill | 34.824260 , -89.768420 |
| Jago | 34.936210 , -89.976760 |
| Lake Cormorant | 34.904260 , -90.214540 |
| Lake View | 34.988980 , -90.139820 |
| Lewisburg | 34.862040 , -89.833420 |
| Love | 34.753430 , -89.970090 |
| Lynchburg | 34.962328 , -90.105179 |
| Marienette | 34.872040 , -90.218150 |
| Miller | 34.917590 , -89.768700 |
| Mineral Wells | 34.990650 , -89.865640 |
| Nesbit | 34.881760 , -90.008700 |
| Norfolk | 34.951480 , -90.230650 |
| Olive Branch | 34.960911 , -89.847870 |
| Penton | 34.865930 , -90.279820 |
| Pleasant Hill | 34.914540 , -89.894530 |
| Pleasant Hill | 34.783430 , -90.094540 |
| Robinson Gin | 34.786770 , -90.024810 |
| Southaven | 34.951591 , -89.978582 |
| Southhaven | 34.991760 , -90.127590 |
| Trinity | 34.809270 , -90.175370 |
| Twin Lakes | 34.944540 , -90.091760 |
| Walls | 34.925106 , -90.155538 |
| West Days | 34.911480 , -90.095930 |
| Wilco Estates | 34.748710 , -89.982030 |
Notes:
- You can download geometry data for DeSoto 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.