Download outline map of Leflore (geojson format) :
Leflore.geojson (**)
Download polygon array of Leflore map for "Google Maps" :
Leflore.txt
Bounding Box for Leflore Map : ( 33.23532 , -90.453801 , 33.81139 , -90.101344 )
Wikipedia ID for Leflore : Q497607
Wikipedia SPARQL Query for Leflore (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q497607 wdt:P1082 ?population. }
OPTIONAL { wd:Q497607 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q497607 wdt:P2046 ?area. }
OPTIONAL { wd:Q497607 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q497607 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q497607 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 Leflore map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](33.23532, -90.453801, 33.81139, -90.101344);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Leflore)
[out:json];
(
rel["name"="Leflore"][type=boundary];
rel["name:en"="Leflore"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Leflore
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Berclair | 33.471790 , -90.365090 |
Black Bayou Junction | 33.799000 , -90.269250 |
Bright Corner | 33.554840 , -90.117310 |
Browning | 33.518180 , -90.119810 |
Crenfree | 33.580950 , -90.111750 |
Fort Loring | 33.506790 , -90.251470 |
Fort Loring Landing | 33.489290 , -90.246750 |
Greenwood | 33.512581 , -90.199266 |
Grenada Junction | 33.539290 , -90.164810 |
Hatten | 33.777060 , -90.179250 |
Highlandale | 33.680670 , -90.343980 |
Itta Bena | 33.500300 , -90.325608 |
Mathews Crossing | 33.336510 , -90.394530 |
Mayday | 33.360960 , -90.313970 |
McNutt | 33.647340 , -90.372310 |
Minter City | 33.753450 , -90.294530 |
Mississippi Valley State University | 33.517282 , -90.344437 |
Money | 33.651230 , -90.209250 |
Morgan City | 33.378651 , -90.346163 |
Murdock Crossing | 33.417070 , -90.306470 |
Nichols | 33.317900 , -90.412860 |
Old Dominion | 33.394570 , -90.386470 |
Peteet | 33.343180 , -90.387860 |
Phillipstown | 33.389290 , -90.278970 |
Purnell | 33.453180 , -90.437860 |
Quito | 33.438730 , -90.301200 |
Rising Sun | 33.458730 , -90.208690 |
Roebuck | 33.444840 , -90.234530 |
Ruby | 33.694840 , -90.227860 |
Runnymede | 33.496790 , -90.310640 |
Schlater | 33.639707 , -90.349361 |
Shellmound | 33.606510 , -90.279810 |
Sheppardtown | 33.391510 , -90.313420 |
Sidon | 33.407931 , -90.208077 |
Sisloff Junction | 33.765390 , -90.226750 |
Somerville | 33.792060 , -90.265640 |
Sunnyside | 33.696510 , -90.295090 |
Swiftown | 33.305680 , -90.425090 |
Wakeland | 33.618730 , -90.199530 |
Wildwood | 33.619280 , -90.241200 |
Notes:
- You can download geometry data for Leflore 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.