Download outline map of Marshall (geojson format) :
Marshall.geojson (**)
Download polygon array of Marshall map for "Google Maps" :
Marshall.txt
Bounding Box for Marshall Map : ( 39.720812 , -80.870322 , 40.033409 , -80.518891 )
Wikipedia ID for Marshall : Q504838
Wikipedia SPARQL Query for Marshall (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q504838 wdt:P1082 ?population. }
OPTIONAL { wd:Q504838 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q504838 wdt:P2046 ?area. }
OPTIONAL { wd:Q504838 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q504838 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q504838 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 Marshall map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](39.720812, -80.870322, 40.033409, -80.518891);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Marshall)
[out:json];
(
rel["name"="Marshall"][type=boundary];
rel["name:en"="Marshall"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Marshall
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Adaline | 39.765360 , -80.646470 |
Allendale | 40.018680 , -80.703410 |
Alley Grove | 39.960910 , -80.526180 |
Andersonville | 39.780080 , -80.521740 |
Bannen | 39.728410 , -80.586750 |
Bellton | 39.756470 , -80.555360 |
Benwood | 40.013926 , -80.732903 |
Big Run | 39.797860 , -80.557020 |
Calis | 39.939240 , -80.550910 |
Cameron | 39.827925 , -80.569175 |
Captina | 39.818960 , -80.813150 |
Clouston | 39.847860 , -80.555350 |
Cresap | 39.843410 , -80.816760 |
Dallas | 40.016190 , -80.527020 |
Denver Heights | 39.732300 , -80.544800 |
Fairview | 39.739800 , -80.790650 |
Franklin | 39.793130 , -80.824540 |
Georgetown | 39.739800 , -80.523690 |
Glen Dale | 39.946657 , -80.756297 |
Glen Easton | 39.833410 , -80.648140 |
Glendale | 39.949240 , -80.754250 |
Golden | 39.982580 , -80.536740 |
Grave Creek | 39.871740 , -80.723140 |
Graysville | 39.816740 , -80.794530 |
Howard | 39.731190 , -80.642590 |
Kausooth | 39.754530 , -80.595640 |
Kent | 39.766460 , -80.861210 |
Knoxville | 39.887580 , -80.633410 |
Limestone | 39.935910 , -80.645630 |
Lone Oak | 39.900350 , -80.600910 |
Loudenville | 39.835360 , -80.599520 |
Lynn Camp | 39.770080 , -80.707310 |
Majorsville | 39.965630 , -80.519790 |
McKeefrey | 39.893410 , -80.789530 |
McMechen | 39.985307 , -80.733556 |
Meighen | 39.784520 , -80.718980 |
Millsboro | 39.732300 , -80.666480 |
Moundsville | 39.922141 , -80.741991 |
Mount Olivet | 40.019240 , -80.695080 |
Mozart Meadows | 40.027020 , -80.706470 |
Natrium | 39.748130 , -80.851480 |
New Vrindaban | 39.940630 , -80.621740 |
Pleasant Valley | 39.916740 , -80.626190 |
Rocklick | 39.873130 , -80.527020 |
Rosbys Rock | 39.841470 , -80.712030 |
Saint Joseph | 39.730360 , -80.713140 |
Sand Hill | 39.987570 , -80.585070 |
Upper Benwood | 40.031180 , -80.728420 |
Viola | 39.965080 , -80.589800 |
Wolf Run | 39.907300 , -80.565350 |
Woodlands | 39.806740 , -80.817040 |
Woodruff | 39.771750 , -80.537860 |
Zitko Terrace | 39.955630 , -80.751200 |
Notes:
- You can download geometry data for Marshall 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.