Download outline map of St. Francis (geojson format) :
St. Francis.geojson (**)
Download polygon array of St. Francis map for "Google Maps" :
St. Francis.txt
Bounding Box for St. Francis Map : ( 34.867101 , -91.15246 , 35.148936 , -90.400434 )
Wikipedia ID for St. Francis : Q61145
Wikipedia SPARQL Query for St. Francis (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q61145 wdt:P1082 ?population. }
OPTIONAL { wd:Q61145 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q61145 wdt:P2046 ?area. }
OPTIONAL { wd:Q61145 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q61145 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q61145 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 St. Francis map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](34.867101, -91.15246, 35.148936, -90.400434);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (St. Francis)
[out:json];
(
rel["name"="St. Francis"][type=boundary];
rel["name:en"="St. Francis"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of St. Francis
| Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
| Becks | 34.988150 , -90.852610 |
| Belle Meade | 34.929540 , -90.434540 |
| Bledsoe | 34.905370 , -90.524270 |
| Bonair | 34.949540 , -90.790950 |
| Burnt Cane | 35.014810 , -90.637880 |
| Burnt Cane Crossing | 34.990090 , -90.614270 |
| Caldwell | 35.078745 , -90.813431 |
| Cicalla | 35.074260 , -90.528710 |
| Clarks Corner | 35.123420 , -90.612050 |
| Colt | 35.132800 , -90.812869 |
| Cottonwood Corner | 35.086480 , -90.634830 |
| Crow Creek | 35.012590 , -90.736500 |
| Democrat | 35.020370 , -90.425100 |
| Ebling | 34.908430 , -90.623160 |
| Elcana | 34.935370 , -90.862340 |
| Forrest City | 35.010118 , -90.787469 |
| Four Gums | 35.013980 , -91.013180 |
| Goodwin | 34.938150 , -91.020950 |
| Harris | 35.062040 , -90.755670 |
| Heth | 35.077590 , -90.495100 |
| Heustess | 34.934540 , -90.773440 |
| Hicks Station | 35.094260 , -90.612880 |
| Hughes | 34.948517 , -90.470771 |
| Jonquil | 35.082040 , -90.454270 |
| Kinton | 35.142310 , -90.633720 |
| Lakeside | 34.970090 , -90.622330 |
| Longino | 34.982870 , -90.870670 |
| Lucerne | 35.071480 , -90.558160 |
| Macedonia | 35.112590 , -90.952340 |
| Madison | 35.018904 , -90.730277 |
| Meadow Cliff | 35.080650 , -90.767330 |
| Midway | 35.129530 , -90.577610 |
| Monica | 34.996200 , -90.786220 |
| Mud Lake | 34.912320 , -90.513990 |
| New Home | 35.032310 , -90.576490 |
| New Shady Grove | 35.132030 , -90.444820 |
| Newcastle | 35.120920 , -90.712330 |
| North Hughes | 34.962870 , -90.452880 |
| Palestine | 34.968923 , -90.906119 |
| Penjur | 34.975090 , -90.428160 |
| Pinetree | 35.126760 , -90.928170 |
| Poplar Grove | 34.935090 , -90.817610 |
| Posey | 34.955370 , -91.116230 |
| Rawlinson | 34.929260 , -90.589830 |
| Red Gum Farm | 34.963980 , -90.480100 |
| Redfern | 34.993430 , -90.835390 |
| Riverside | 34.972320 , -90.666770 |
| Rosenbaum | 35.134530 , -90.847340 |
| Rosine | 35.037590 , -90.804280 |
| Round Pond | 35.062590 , -90.619550 |
| Shannondale | 34.919260 , -90.507600 |
| Shearerville | 35.148150 , -90.400660 |
| Shell Lake | 35.129260 , -90.488990 |
| Shiloh | 35.118150 , -90.847340 |
| Slonikers Mill | 35.007870 , -90.916780 |
| Sycamore Bend Farm | 34.984820 , -90.452320 |
| Tarsus | 35.090090 , -90.407320 |
| Tuni | 34.940370 , -90.709000 |
| Tuttleton | 34.930650 , -90.693160 |
| Union Hill | 35.060370 , -90.816220 |
| Wheatley | 34.919705 , -91.106082 |
| Whitmore | 35.069540 , -90.568160 |
| Widener | 35.022132 , -90.681358 |
| Wildwood | 35.009540 , -90.463160 |
Notes:
- You can download geometry data for St. Francis 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.