Download outline map of Lauderdale (geojson format) :
Lauderdale.geojson (**)
Download polygon array of Lauderdale map for "Google Maps" :
Lauderdale.txt
Bounding Box for Lauderdale Map : ( 35.537561 , -89.958879 , 35.947723 , -89.339326 )
Wikipedia ID for Lauderdale : Q502364
Wikipedia SPARQL Query for Lauderdale (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q502364 wdt:P1082 ?population. }
OPTIONAL { wd:Q502364 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q502364 wdt:P2046 ?area. }
OPTIONAL { wd:Q502364 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q502364 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q502364 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 Lauderdale map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](35.537561, -89.958879, 35.947723, -89.339326);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Lauderdale)
[out:json];
(
rel["name"="Lauderdale"][type=boundary];
rel["name:en"="Lauderdale"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Lauderdale
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Arp | 35.773410 , -89.602580 |
Asbury | 35.735910 , -89.573130 |
Ashport | 35.760080 , -89.785640 |
Barr | 35.882300 , -89.731190 |
Cherry | 35.676750 , -89.708410 |
Curve | 35.804800 , -89.456740 |
Double Bridges | 35.905070 , -89.453680 |
Dry Hill | 35.838130 , -89.480630 |
Edith | 35.848410 , -89.533130 |
Flippin | 35.787300 , -89.492850 |
Fort Pillow | 35.663410 , -89.738970 |
Fulton | 35.612020 , -89.882580 |
Gates | 35.840128 , -89.408170 |
Glimp | 35.699520 , -89.644520 |
Golddust | 35.725360 , -89.858700 |
Hales Point | 35.910070 , -89.627020 |
Halls | 35.879364 , -89.404730 |
Henning | 35.681877 , -89.576899 |
Hurricane Hill | 35.695630 , -89.518960 |
Key Corner | 35.931460 , -89.490630 |
Keyes Point | 35.721470 , -89.910360 |
Knob Creek | 35.880910 , -89.531190 |
Lightfoot | 35.747860 , -89.642580 |
Luckett | 35.728130 , -89.674520 |
Mack | 35.668970 , -89.743690 |
Nankipoo | 35.873690 , -89.488130 |
Oak Hill Subdivision | 35.715360 , -89.500350 |
Olive Branch | 35.734800 , -89.674520 |
Opossum | 35.709800 , -89.564520 |
Orysa | 35.622300 , -89.497850 |
Poplar Grove | 35.929800 , -89.421460 |
Porter Gap | 35.915350 , -89.497300 |
Ripley | 35.744634 , -89.535830 |
Three Point | 35.692580 , -89.699800 |
Notes:
- You can download geometry data for Lauderdale 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.