Download outline map of Hyde (geojson format) :
Hyde.geojson (**)
Download polygon array of Hyde map for "Google Maps" :
Hyde.txt
Bounding Box for Hyde Map : ( 35.006018 , -76.638031 , 35.705243 , -75.73662 )
Wikipedia ID for Hyde : Q511659
Wikipedia SPARQL Query for Hyde (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q511659 wdt:P1082 ?population. }
OPTIONAL { wd:Q511659 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q511659 wdt:P2046 ?area. }
OPTIONAL { wd:Q511659 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q511659 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q511659 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 Hyde map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](35.006018, -76.638031, 35.705243, -75.73662);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Hyde)
[out:json];
(
rel["name"="Hyde"][type=boundary];
rel["name:en"="Hyde"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Hyde
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Beulah | 35.421550 , -76.493260 |
Carmur | 35.552390 , -76.189920 |
Engelhard | 35.509239 , -76.009532 |
Fairfield | 35.547928 , -76.225981 |
Germantown | 35.431830 , -76.462980 |
Gulrock | 35.414340 , -76.089630 |
Hydeland | 35.426560 , -76.219640 |
Jackson Dunes | 35.112120 , -75.968230 |
Lake Landing | 35.479890 , -76.076300 |
Last Chance | 35.452390 , -76.075460 |
Makleyville | 35.460720 , -76.545480 |
Middletown | 35.478230 , -76.012130 |
Mount Olive | 35.576000 , -76.470210 |
Mount Pleasant | 35.415170 , -76.082960 |
Nebraska | 35.457670 , -76.063240 |
New Holland | 35.443500 , -76.169640 |
Ocracoke | 35.128021 , -75.915332 |
Oyster Creek | 35.118230 , -75.975450 |
Oyster Creek Landing | 35.390720 , -76.314640 |
Pamlico Shores | 35.118780 , -75.984340 |
Ponzer | 35.587670 , -76.494650 |
Rose Bay | 35.460720 , -76.383530 |
Scranton | 35.497110 , -76.451310 |
Sladesville | 35.463780 , -76.489370 |
Slocum | 35.456000 , -76.089080 |
Sound Shores | 35.115450 , -75.972400 |
Swan Quarter | 35.410857 , -76.325082 |
Swindell Fork | 35.442110 , -76.279360 |
Tiny Oak Fork | 35.406830 , -76.287970 |
White Plains | 35.451560 , -76.029350 |
Widgen Woods | 35.107390 , -75.941290 |
Notes:
- You can download geometry data for Hyde 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.