Download outline map of Hancock (geojson format) :
Hancock.geojson (**)
Download polygon array of Hancock map for "Google Maps" :
Hancock.txt
Bounding Box for Hancock Map : ( 30.157922 , -89.690589 , 30.64839 , -89.306135 )
Wikipedia ID for Hancock : Q485441
Wikipedia SPARQL Query for Hancock (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q485441 wdt:P1082 ?population. }
OPTIONAL { wd:Q485441 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q485441 wdt:P2046 ?area. }
OPTIONAL { wd:Q485441 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q485441 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q485441 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 Hancock map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](30.157922, -89.690589, 30.64839, -89.306135);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Hancock)
[out:json];
(
rel["name"="Hancock"][type=boundary];
rel["name:en"="Hancock"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Hancock
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Ansley | 30.225200 , -89.483660 |
Bay St. Louis | 30.319581 , -89.355631 |
Bayside Park | 30.282700 , -89.436720 |
Catahoula | 30.493250 , -89.495610 |
Clermont Harbor | 30.261590 , -89.416160 |
Crane Creek | 30.609910 , -89.384780 |
Diamondhead | 30.382913 , -89.369580 |
Fenton | 30.414920 , -89.380880 |
Flat Top | 30.479910 , -89.595620 |
Gainesville | 30.351030 , -89.639780 |
Gulfside | 30.266860 , -89.392550 |
Jackson Landing | 30.206310 , -89.573390 |
Kiln | 30.417055 , -89.432184 |
Lakeshore | 30.246590 , -89.435880 |
Leetown | 30.558520 , -89.519220 |
Logtown | 30.282970 , -89.621170 |
Mississippi Test Facility | 30.309170 , -89.414634 |
Napoleon | 30.326310 , -89.627560 |
Necaise | 30.601860 , -89.414220 |
Pearlington | 30.249244 , -89.604682 |
Santa Rosa | 30.429640 , -89.647840 |
Sellers | 30.591580 , -89.357550 |
Shoreline Park | 30.319050 , -89.409450 |
Silver Creek Acres | 30.421030 , -89.401440 |
Standard | 30.549640 , -89.377830 |
Stennis Space Center | 30.382686 , -89.607925 |
Waveland | 30.293149 , -89.390473 |
Westonia | 30.313303 , -89.599739 |
Wiehe | 30.479360 , -89.495060 |
Notes:
- You can download geometry data for Hancock 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.