Download outline map of Harrison (geojson format) :
Harrison.geojson (**)
Download polygon array of Harrison map for "Google Maps" :
Harrison.txt
Bounding Box for Harrison Map : ( 30.154294 , -89.341752 , 30.677292 , -88.795147 )
Wikipedia ID for Harrison : Q485434
Wikipedia SPARQL Query for Harrison (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q485434 wdt:P1082 ?population. }
OPTIONAL { wd:Q485434 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q485434 wdt:P2046 ?area. }
OPTIONAL { wd:Q485434 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q485434 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q485434 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 Harrison map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](30.154294, -89.341752, 30.677292, -88.795147);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Harrison)
[out:json];
(
rel["name"="Harrison"][type=boundary];
rel["name:en"="Harrison"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Harrison
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Airey | 30.648530 , -89.077260 |
Apple Valley Mobile Park | 30.466820 , -88.998080 |
Bay Shore Mobile Court | 30.408680 , -88.988130 |
Biloxi | 30.438560 , -88.952171 |
Bud's Mobile Park | 30.428020 , -88.977920 |
Bulah | 30.493810 , -89.071710 |
Cedar Lake | 30.468250 , -88.938090 |
Coalville | 30.462700 , -89.001420 |
Crossroads Mobile Park | 30.317140 , -89.255960 |
Cuevas | 30.362700 , -89.218100 |
D'Iberville | 30.454529 , -88.898212 |
De Buys | 30.393250 , -88.998650 |
Dedeaux | 30.498800 , -89.339490 |
Deer Mobile Park | 30.360810 , -89.125200 |
DeLisle | 30.384797 , -89.274582 |
Fernwood Trailer Court | 30.402090 , -89.011220 |
Gulfport | 30.421140 , -89.069175 |
Henderson Point | 30.315567 , -89.286445 |
Hidden River Mobile Ranch | 30.456230 , -88.901840 |
Hovey | 30.614640 , -89.133380 |
Howison | 30.665470 , -89.138380 |
Jones Mill | 30.397970 , -89.184490 |
Kathy Mobile Park | 30.394440 , -89.073180 |
Keesler Field | 30.396276 , -88.874832 |
Landon | 30.437970 , -89.102820 |
Lizana | 30.537690 , -89.252270 |
Long Beach | 30.359926 , -89.164079 |
Lyman | 30.504402 , -89.134841 |
Mississippi City | 30.381860 , -89.043920 |
North Biloxi | 30.436310 , -88.950030 |
Oberts Mobile Park | 30.401640 , -88.907610 |
Orange Grove | 30.454640 , -89.088370 |
Pass Christian | 30.318866 , -89.238915 |
Pettis Mobile Park | 30.382130 , -89.084640 |
Riceville | 30.606300 , -89.295880 |
Saucier | 30.623864 , -89.143116 |
Success | 30.610750 , -89.051710 |
Tiki Mobile Court | 30.362890 , -89.122400 |
Us Nav Const Batt | 30.380516 , -89.098434 |
West Biloxi | 30.405026 , -88.967902 |
West Gulfport | 30.404090 , -89.094200 |
White Harbor | 30.330750 , -89.205600 |
White Plains | 30.555750 , -88.930590 |
Wool Market | 30.467700 , -88.995870 |
Wortham | 30.554640 , -89.132540 |
Notes:
- You can download geometry data for Harrison 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.