Download outline map of Forrest (geojson format) :
Forrest.geojson (**)
Download polygon array of Forrest map for "Google Maps" :
Forrest.txt
Bounding Box for Forrest Map : ( 30.909832 , -89.451616 , 31.434444 , -89.137927 )
Wikipedia ID for Forrest : Q491221
Wikipedia SPARQL Query for Forrest (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q491221 wdt:P1082 ?population. }
OPTIONAL { wd:Q491221 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q491221 wdt:P2046 ?area. }
OPTIONAL { wd:Q491221 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q491221 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q491221 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 Forrest map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](30.909832, -89.451616, 31.434444, -89.137927);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Forrest)
[out:json];
(
rel["name"="Forrest"][type=boundary];
rel["name:en"="Forrest"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Forrest
| Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
| Barron Point | 31.147400 , -89.165330 |
| Barrontown | 31.375450 , -89.217560 |
| Batson | 31.269070 , -89.195890 |
| Bonhomie | 31.289060 , -89.309780 |
| Bowie | 31.392950 , -89.371730 |
| Brooklyn | 31.056290 , -89.186170 |
| Camp Shelby | 31.196944 , -89.215861 |
| Carnes | 30.993520 , -89.259780 |
| Carterville | 31.319900 , -89.246170 |
| Currie | 31.069630 , -89.184780 |
| Dixie | 31.215180 , -89.303670 |
| Dixie | 31.024070 , -89.202280 |
| Dixie Pine | 31.294900 , -89.270060 |
| Dragon | 31.377670 , -89.266450 |
| Eastside | 31.282120 , -89.193670 |
| Eatonville | 31.414060 , -89.329230 |
| Epps | 31.131010 , -89.195890 |
| Four Points | 31.251290 , -89.186170 |
| Fruitland Park | 30.916020 , -89.171160 |
| Glendale | 31.368016 , -89.308628 |
| Goodluck | 31.326840 , -89.156450 |
| Harvey | 31.331290 , -89.262280 |
| Hattiesburg | 31.307245 , -89.316795 |
| Leeville | 31.394060 , -89.256450 |
| Macedonia | 31.382120 , -89.168670 |
| Mars Hill | 31.266290 , -89.272280 |
| Maxie | 30.977960 , -89.195890 |
| Maybank | 31.407670 , -89.369790 |
| McCallum | 31.237680 , -89.212560 |
| Mclaurin | 31.167960 , -89.217280 |
| Palmers Crossing | 31.282400 , -89.275620 |
| Petal | 31.347688 , -89.235909 |
| Pine Grove | 31.278230 , -89.180610 |
| Providence | 31.430730 , -89.361170 |
| Ragland | 31.219070 , -89.173670 |
| Rawls Springs | 31.379617 , -89.387792 |
| Rock Hill | 31.085180 , -89.309510 |
| Sunrise | 31.312400 , -89.213950 |
| Wallis | 31.155460 , -89.238390 |
Notes:
- You can download geometry data for Forrest 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.