Download outline map of Carteret (geojson format) :
Carteret.geojson (**)
Download polygon array of Carteret map for "Google Maps" :
Carteret.txt
Bounding Box for Carteret Map : ( 34.531736 , -77.167839 , 35.216339 , -76.006557 )
Wikipedia ID for Carteret : Q497817
Wikipedia SPARQL Query for Carteret (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q497817 wdt:P1082 ?population. }
OPTIONAL { wd:Q497817 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q497817 wdt:P2046 ?area. }
OPTIONAL { wd:Q497817 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q497817 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q497817 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 Carteret map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](34.531736, -77.167839, 35.216339, -76.006557);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Carteret)
[out:json];
(
rel["name"="Carteret"][type=boundary];
rel["name:en"="Carteret"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Carteret
| Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
| Atlantic | 34.882292 , -76.344098 |
| Atlantic Beach | 34.700967 , -76.741318 |
| Beaufort | 34.727868 , -76.649824 |
| Bettie | 34.791270 , -76.596040 |
| Bogue | 34.697445 , -77.030789 |
| Broad Creek | 34.730431 , -76.924112 |
| Bucks Corner | 34.722380 , -77.068280 |
| Cape Carteret | 34.696904 , -77.057294 |
| Cape Lookout | 34.605440 , -76.536310 |
| Carolina City | 34.724880 , -76.739660 |
| Cedar Island | 35.008220 , -76.316030 |
| Cedar Point | 34.686389 , -77.083139 |
| Core Creek | 34.828490 , -76.692990 |
| Crab Point Village | 34.760440 , -76.730210 |
| Davis | 34.799822 , -76.464008 |
| Emerald Isle | 34.664416 , -77.031661 |
| Gloucester | 34.729354 , -76.539016 |
| Goodwin Hills | 35.002390 , -76.311860 |
| Harkers Island | 34.699380 , -76.558701 |
| Harlowe | 34.845990 , -76.759100 |
| Holly Springs | 34.799330 , -76.909390 |
| Hollywood | 34.735160 , -76.802710 |
| Indian Beach | 34.691403 , -76.889299 |
| Kuhns | 34.790440 , -77.131620 |
| Lenoxville | 34.710720 , -76.627150 |
| Little Port | 34.882110 , -76.335470 |
| Lola | 34.957940 , -76.279360 |
| Lukens | 34.970720 , -76.574090 |
| Lupton | 34.961550 , -76.282130 |
| Marshallberg | 34.726559 , -76.515156 |
| Masontown | 34.869610 , -76.415470 |
| Masontown | 34.811550 , -76.886610 |
| Merrimon | 34.949330 , -76.639370 |
| Mill Creek | 34.775990 , -76.747160 |
| Morehead City | 34.730390 , -76.737732 |
| New Visitors Center | 34.684330 , -77.068840 |
| Newport | 34.770280 , -76.877125 |
| North River | 34.816550 , -76.635760 |
| North River Corner | 34.782660 , -76.626320 |
| Otway | 34.775720 , -76.557980 |
| Peletier | 34.726888 , -77.075877 |
| Pine Knoll Shores | 34.696796 , -76.824476 |
| Portsmouth | 35.069610 , -76.063790 |
| Roe | 34.992390 , -76.308800 |
| Salter Path | 34.688500 , -76.886050 |
| Seagate | 34.847380 , -76.688540 |
| Sealevel | 34.862390 , -76.387700 |
| Smyrna | 34.759330 , -76.527420 |
| South River | 34.958770 , -76.596870 |
| Sportsmans Village | 34.972940 , -76.592150 |
| Stacy | 34.849890 , -76.415750 |
| Stella | 34.774330 , -77.150510 |
| Straits | 34.729050 , -76.571040 |
| The Black Cat | 34.712940 , -76.624370 |
| Triple S Marina Village | 34.702100 , -76.711600 |
| Tusk | 34.744330 , -76.518530 |
| Union Point | 34.799610 , -76.853270 |
| Wildwood | 34.748770 , -76.825770 |
| Williston | 34.789330 , -76.505200 |
| Yucca Village | 34.767940 , -76.557430 |
Notes:
- You can download geometry data for Carteret 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.