Download outline map of Wirt (geojson format) :
Wirt.geojson (**)
Download polygon array of Wirt map for "Google Maps" :
Wirt.txt
Bounding Box for Wirt Map : ( 38.895633 , -81.581447 , 39.185572 , -81.162455 )
Wikipedia ID for Wirt : Q501555
Wikipedia SPARQL Query for Wirt (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q501555 wdt:P1082 ?population. }
OPTIONAL { wd:Q501555 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q501555 wdt:P2046 ?area. }
OPTIONAL { wd:Q501555 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q501555 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q501555 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 Wirt map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](38.895633, -81.581447, 39.185572, -81.162455);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Wirt)
[out:json];
(
rel["name"="Wirt"][type=boundary];
rel["name:en"="Wirt"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Wirt
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Beaverdam | 38.912860 , -81.337900 |
Beulah Hill | 39.117020 , -81.422060 |
Burning Springs | 38.981190 , -81.314010 |
Cherry | 39.005910 , -81.340670 |
Creston | 38.947030 , -81.270950 |
Elizabeth | 39.061744 , -81.397593 |
Enterprise | 39.007030 , -81.369560 |
Freeport | 39.142860 , -81.337620 |
Greencastle | 39.131190 , -81.379290 |
Hilbert | 38.922310 , -81.367060 |
Ivan | 38.984250 , -81.342620 |
Lucile | 38.945360 , -81.385950 |
Morristown | 39.047020 , -81.492620 |
Munday | 39.005360 , -81.206230 |
Newark | 39.118970 , -81.397620 |
Palestine | 39.030080 , -81.406790 |
Peewee | 38.962580 , -81.491510 |
Rover | 39.014530 , -81.427070 |
Sanoma | 38.964530 , -81.324560 |
Two Run | 38.964530 , -81.387340 |
Windy | 39.028140 , -81.528180 |
Zackville | 38.974250 , -81.470120 |
Notes:
- You can download geometry data for Wirt 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.