Download outline map of Morgan (geojson format) :
Morgan.geojson (**)
Download polygon array of Morgan map for "Google Maps" :
Morgan.txt
Bounding Box for Morgan Map : ( 39.391233 , -78.468581 , 39.695979 , -78.02211 )
Wikipedia ID for Morgan : Q490953
Wikipedia SPARQL Query for Morgan (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q490953 wdt:P1082 ?population. }
OPTIONAL { wd:Q490953 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q490953 wdt:P2046 ?area. }
OPTIONAL { wd:Q490953 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q490953 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q490953 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 Morgan map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](39.391233, -78.468581, 39.695979, -78.02211);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Morgan)
[out:json];
(
rel["name"="Morgan"][type=boundary];
rel["name:en"="Morgan"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Morgan
| Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
| Bath (Berkeley Springs) | 39.624722 , -78.227534 |
| Berkeley Springs | 39.624800 , -78.224720 |
| Berryville | 39.615650 , -78.229730 |
| Burnt Factory | 39.655930 , -78.208620 |
| Campbells | 39.618150 , -78.411680 |
| Cherry Run | 39.627600 , -78.033890 |
| Doe Gully | 39.607590 , -78.389730 |
| Duckwall | 39.568430 , -78.185010 |
| Great Cacapon | 39.614317 , -78.285705 |
| Green Ridge | 39.587040 , -78.438900 |
| Greenwood | 39.443150 , -78.232780 |
| Hancock | 39.692870 , -78.177510 |
| Hansrote | 39.576760 , -78.415840 |
| Holton | 39.602320 , -78.069720 |
| Jerome | 39.584540 , -78.456680 |
| Jimtown | 39.637040 , -78.217510 |
| Johnsons Mill | 39.569260 , -78.199450 |
| Largent | 39.477870 , -78.382230 |
| Lineburg | 39.638150 , -78.346680 |
| Magnolia | 39.561760 , -78.426960 |
| Morton Grove | 39.481490 , -78.262230 |
| Mount Trimble | 39.640090 , -78.109730 |
| New Hope | 39.596760 , -78.173890 |
| North Berkeley | 39.630930 , -78.221120 |
| Oakland | 39.481210 , -78.251670 |
| Omps | 39.503252 , -78.298096 |
| Orleans Cross Roads | 39.624540 , -78.379180 |
| Paw Paw | 39.531351 , -78.455275 |
| Redrock Crossing | 39.689810 , -78.151670 |
| Ridersville | 39.623980 , -78.190560 |
| Shady Grove | 39.637590 , -78.151120 |
| Sir Johns Run | 39.648150 , -78.234730 |
| Sleepy Creek | 39.667040 , -78.082500 |
| Smith Crossroads | 39.567870 , -78.227230 |
| Snyders | 39.607040 , -78.075840 |
| Spohrs Crossroads | 39.633430 , -78.146950 |
| Stotlers Crossroads | 39.513430 , -78.223890 |
| Unger | 39.436760 , -78.253890 |
| Woodmont | 39.628430 , -78.310840 |
Notes:
- You can download geometry data for Morgan 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.