Download outline map of Pleasants (geojson format) :
Pleasants.geojson (**)
Download polygon array of Pleasants map for "Google Maps" :
Pleasants.txt
Bounding Box for Pleasants Map : ( 39.268328 , -81.371478 , 39.476432 , -81.007836 )
Wikipedia ID for Pleasants : Q377952
Wikipedia SPARQL Query for Pleasants (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q377952 wdt:P1082 ?population. }
OPTIONAL { wd:Q377952 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q377952 wdt:P2046 ?area. }
OPTIONAL { wd:Q377952 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q377952 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q377952 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 Pleasants map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](39.268328, -81.371478, 39.476432, -81.007836);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Pleasants)
[out:json];
(
rel["name"="Pleasants"][type=boundary];
rel["name:en"="Pleasants"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Pleasants
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Adlai | 39.337860 , -81.063170 |
Arvilla | 39.435350 , -81.070940 |
Belmont | 39.378658 , -81.263392 |
Borland | 39.297850 , -81.282620 |
Briggs | 39.325630 , -81.060670 |
Calcutta | 39.350630 , -81.194560 |
Cloverdale | 39.365080 , -81.143170 |
Cluster | 39.323410 , -81.325670 |
Eureka | 39.372570 , -81.280950 |
Fern | 39.347860 , -81.066500 |
Grape Island | 39.421460 , -81.181780 |
Green Run | 39.380910 , -81.221500 |
Hebron | 39.360080 , -81.018170 |
Horseneck | 39.321460 , -81.280670 |
Newlandsville | 39.281740 , -81.259280 |
Pine Grove | 39.367020 , -81.044280 |
Point Lookout | 39.451460 , -81.079830 |
Poynette | 39.333970 , -81.135950 |
Raven Rock | 39.439520 , -81.150670 |
Schultz | 39.320080 , -81.240110 |
Spring Run | 39.432580 , -81.167330 |
St. Marys | 39.402405 , -81.194911 |
Sugar Valley | 39.419520 , -81.087060 |
Twiggs | 39.397580 , -81.031780 |
Union Mills | 39.391190 , -81.135110 |
Vaucluse | 39.384800 , -81.231500 |
Wasp | 39.430080 , -81.044000 |
Wiley | 39.330350 , -81.125390 |
Willow Island | 39.358410 , -81.308170 |
Notes:
- You can download geometry data for Pleasants 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.