Download outline map of Mineral (geojson format) : 
Mineral.geojson (**)
Download polygon array of Mineral map for "Google Maps" : 
Mineral.txt
Bounding Box for Mineral Map : ( 39.237624 , -79.271695 , 39.648454 , -78.657073 )
Wikipedia ID for Mineral : Q510407
Wikipedia SPARQL Query for Mineral (population,elevation,area,lat,long, postal code,licence plate) : 
	
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
  OPTIONAL { wd:Q510407 wdt:P1082 ?population.  } 
  OPTIONAL { wd:Q510407 wdt:P2044 ?elevation. } 
  OPTIONAL { wd:Q510407 wdt:P2046 ?area. } 
  OPTIONAL { wd:Q510407 wdt:P281 ?postal_code. } 
  OPTIONAL { wd:Q510407 wdt:P395 ?license_plate. } 
  OPTIONAL {  
    wd:Q510407 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 Mineral map
	
[out:json];
(
  relation["boundary"="administrative"]["admin_level"~"5|6|7"](39.237624, -79.271695, 39.648454, -78.657073);
);
out geom;
 Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Mineral)
	
[out:json];
(
rel["name"="Mineral"][type=boundary];
rel["name:en"="Mineral"][type=boundary];
);
out geom;
 Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Mineral
      | Neighborhoods and Villages | Coordinates (Latitude, Longitude) | 
|  Antioch  |  39.323710 , -79.017530  | 
|  Barnum  |  39.441760 , -79.114480  | 
|  Beryl  |  39.472320 , -79.063640  | 
|  Blaine  |  39.385930 , -79.179760  | 
|  Burlington  |  39.337013 , -78.922207  | 
|  Carpendale  |  39.627704 , -78.789658  | 
|  Cedar Cliff  |  39.597310 , -78.809460  | 
|  Chaffee  |  39.406490 , -79.162260  | 
|  Champwood  |  39.443430 , -78.819190  | 
|  Claysville  |  39.348990 , -79.056420  | 
|  Crosstown  |  39.356210 , -79.176700  | 
|  Dans Run  |  39.546200 , -78.691410  | 
|  Elk Garden  |  39.386228 , -79.155556  | 
|  Emoryville  |  39.353430 , -79.170310  | 
|  Forge Hill  |  39.450370 , -78.954750  | 
|  Fort Ashby  |  39.496625 , -78.763081  | 
|  Gerstell  |  39.483430 , -78.932800  | 
|  Hampshire  |  39.472040 , -79.076980  | 
|  Harrison  |  39.377320 , -79.203650  | 
|  Hartmansville  |  39.322050 , -79.155030  | 
|  Headsville  |  39.392600 , -78.855860  | 
|  Keyser  |  39.439662 , -78.982099  | 
|  Knobmount  |  39.628700 , -78.790020  | 
|  Laurel Dale  |  39.308430 , -79.091980  | 
|  Limestone  |  39.427590 , -78.958640  | 
|  Markwood  |  39.335380 , -78.963920  | 
|  Nethkin  |  39.390100 , -79.133640  | 
|  New Creek  |  39.375100 , -79.026700  | 
|  Oakmont  |  39.366770 , -79.188370  | 
|  Patterson Creek  |  39.566760 , -78.733070  | 
|  Piedmont  |  39.477811 , -79.046543  | 
|  Reeses Mill  |  39.430650 , -78.854740  | 
|  Ridgeley  |  39.643035 , -78.771106  | 
|  Ridgeville  |  39.348430 , -78.990580  | 
|  Russelldale  |  39.292600 , -78.930020  | 
|  Seymour  |  39.592590 , -78.816960  | 
|  Shaw  |  39.416630 , -79.122977  | 
|  Short Gap  |  39.543700 , -78.811130  | 
|  Skyline  |  39.323710 , -79.129200  | 
|  Sulphur City  |  39.353160 , -79.137530  | 
|  Wagoner  |  39.538150 , -78.672240  | 
|  Warnocks  |  39.462040 , -79.097530  | 
|  West Virginia Central Junction  |  39.471480 , -79.061140  | 
|  Wiley Ford  |  39.615175 , -78.761355  | 
Notes:
- You can download geometry data for Mineral 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.