Download outline map of Poquoson (geojson format) :
Poquoson.geojson (**)
Download polygon array of Poquoson map for "Google Maps" :
Poquoson.txt
Bounding Box for Poquoson Map : ( 37.096844 , -76.41367 , 37.197838 , -76.134941 )
Wikipedia ID for Poquoson : Q349995
Wikipedia SPARQL Query for Poquoson (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q349995 wdt:P1082 ?population. }
OPTIONAL { wd:Q349995 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q349995 wdt:P2046 ?area. }
OPTIONAL { wd:Q349995 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q349995 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q349995 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 Poquoson map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](37.096844, -76.41367, 37.197838, -76.134941);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Poquoson)
[out:json];
(
rel["name"="Poquoson"][type=boundary];
rel["name:en"="Poquoson"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Poquoson
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Cedar Landing Estates | 37.118200 , -76.367720 |
Earness | 37.110980 , -76.341330 |
Freemoor Estates | 37.142920 , -76.408000 |
La Tierra | 37.166530 , -76.389950 |
Odd | 37.129310 , -76.351060 |
Poquoson | 37.150269 , -76.270566 |
Poquoson River Estates | 37.151530 , -76.404950 |
Rivergate | 37.139870 , -76.385500 |
York Haven Anchorage | 37.144310 , -76.383280 |
Notes:
- You can download geometry data for Poquoson 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.