Download outline map of Jackson (geojson format) :
Jackson.geojson (**)
Download polygon array of Jackson map for "Google Maps" :
Jackson.txt
Bounding Box for Jackson Map : ( 30.146096 , -88.884536 , 30.736048 , -88.384431 )
Wikipedia ID for Jackson : Q190170
Wikipedia SPARQL Query for Jackson (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q190170 wdt:P1082 ?population. }
OPTIONAL { wd:Q190170 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q190170 wdt:P2046 ?area. }
OPTIONAL { wd:Q190170 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q190170 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q190170 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 Jackson map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](30.146096, -88.884536, 30.736048, -88.384431);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Jackson)
[out:json];
(
rel["name"="Jackson"][type=boundary];
rel["name:en"="Jackson"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Jackson
| Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
| Big Point | 30.590562 , -88.484562 |
| Browns Mobile Park | 30.354210 , -88.556070 |
| Burroughs Mobile Park | 30.350770 , -88.525850 |
| Coll Town | 30.512140 , -88.550570 |
| Dantzler | 30.712970 , -88.875590 |
| East Moss Point | 30.413530 , -88.491680 |
| East Pascagoula | 30.345480 , -88.545290 |
| Escatawpa | 30.491157 , -88.549488 |
| Evergreen | 30.523810 , -88.648630 |
| Fountainebleau | 30.402140 , -88.719750 |
| Gautier | 30.409764 , -88.656460 |
| Gulf Hills | 30.436416 , -88.814837 |
| Gulf Park Estates | 30.380090 , -88.758095 |
| Harleston | 30.722690 , -88.508910 |
| Helena | 30.488075 , -88.505568 |
| Hickory Hills | 30.456870 , -88.639190 |
| Hilda | 30.394640 , -88.668080 |
| Holly Landing | 30.714910 , -88.711140 |
| Hurley | 30.663791 , -88.499442 |
| Krebs Mobile Park | 30.386760 , -88.535730 |
| Kreole | 30.406030 , -88.494740 |
| Larue | 30.624360 , -88.848370 |
| Latimer | 30.497231 , -88.860707 |
| Lewis Mobile Park | 30.362780 , -88.559380 |
| Longhorn Mobile Park | 30.388060 , -88.624970 |
| Martin Bluff | 30.456870 , -88.639470 |
| Martins Pine Hill Estates | 30.496590 , -88.856970 |
| McCall Landing | 30.524640 , -88.679190 |
| Missala | 30.457980 , -88.400010 |
| Moss Point | 30.424044 , -88.528871 |
| Ocean Springs | 30.406424 , -88.795064 |
| Orange Grove | 30.433096 , -88.440204 |
| Pascagoula | 30.360355 , -88.557517 |
| Pecan | 30.443530 , -88.429180 |
| Polfry | 30.367333 , -88.764896 |
| Popetown | 30.707140 , -88.562520 |
| Poticaw Landing | 30.511860 , -88.618910 |
| Slaughter Flat Landing | 30.572140 , -88.416960 |
| South Pascagoula | 30.346590 , -88.532240 |
| St. Martin | 30.438119 , -88.864859 |
| Three Rivers | 30.586860 , -88.562520 |
| Vancleave | 30.548311 , -88.667531 |
| Vestry | 30.726860 , -88.775860 |
| Wade | 30.640098 , -88.557918 |
Notes:
- You can download geometry data for Jackson 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.