Download outline map of New Hanover (geojson format) :
New Hanover.geojson (**)
Download polygon array of New Hanover map for "Google Maps" :
New Hanover.txt
Bounding Box for New Hanover Map : ( 33.7868 , -78.029922 , 34.389359 , -77.675276 )
Wikipedia ID for New Hanover : Q508209
Wikipedia SPARQL Query for New Hanover (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q508209 wdt:P1082 ?population. }
OPTIONAL { wd:Q508209 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q508209 wdt:P2046 ?area. }
OPTIONAL { wd:Q508209 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q508209 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q508209 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 New Hanover map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](33.7868, -78.029922, 34.389359, -77.675276);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (New Hanover)
[out:json];
(
rel["name"="New Hanover"][type=boundary];
rel["name:en"="New Hanover"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of New Hanover
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Airlie | 34.215170 , -77.826650 |
Bayshore | 34.289198 , -77.802534 |
Blue Clay Farms | 34.300461 , -77.891635 |
Camelot Mobile Park | 34.208800 , -77.857700 |
Cape Fear | 34.306280 , -77.909150 |
Carolina Beach | 34.039840 , -77.896130 |
Castle Hayne | 34.358259 , -77.911357 |
Fort Fisher | 33.970555 , -77.919090 |
Greystone Estates | 34.338100 , -77.906000 |
Hightsville | 34.266682 , -77.934235 |
Kings Grant | 34.266467 , -77.865881 |
Kirkland | 34.300170 , -77.788040 |
Kure Beach | 33.998816 , -77.907776 |
Masonboro | 34.179340 , -77.847480 |
Masonboro (historical) | 34.172250 , -77.866580 |
Murraysville | 34.291887 , -77.842894 |
Myrtle Grove | 34.123010 , -77.883363 |
Myrtle Grove Junction | 34.140170 , -77.893600 |
Myrtle Sound | 34.068780 , -77.886100 |
Northchase | 34.304866 , -77.875404 |
Ogden | 34.265631 , -77.796597 |
Pine Valley | 34.181950 , -77.894450 |
Port-O-Pines Estates | 34.293300 , -77.867800 |
Porters Neck | 34.294214 , -77.769480 |
Sea Breeze | 34.069579 , -77.896361 |
Seagate | 34.209340 , -77.843600 |
Sheephead Rock | 33.940170 , -77.913600 |
Silver Lake | 34.140921 , -77.908944 |
Skippers Corner | 34.329209 , -77.914042 |
Smith Creek | 34.262950 , -77.863600 |
Wilmington | 34.210007 , -77.886108 |
Wilmington Beach | 34.018780 , -77.898600 |
Winter Park | 34.210450 , -77.886650 |
Wrightsboro | 34.289518 , -77.921686 |
Wrightsville Beach | 34.211517 , -77.796613 |
Notes:
- You can download geometry data for New Hanover 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.