Download outline map of Nicholas (geojson format) :
Nicholas.geojson (**)
Download polygon array of Nicholas map for "Google Maps" :
Nicholas.txt
Bounding Box for Nicholas Map : ( 38.079129 , -81.231636 , 38.557649 , -80.436514 )
Wikipedia ID for Nicholas : Q283657
Wikipedia SPARQL Query for Nicholas (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q283657 wdt:P1082 ?population. }
OPTIONAL { wd:Q283657 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q283657 wdt:P2046 ?area. }
OPTIONAL { wd:Q283657 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q283657 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q283657 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 Nicholas map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](38.079129, -81.231636, 38.557649, -80.436514);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Nicholas)
[out:json];
(
rel["name"="Nicholas"][type=boundary];
rel["name:en"="Nicholas"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Nicholas
| Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
| Allingdale | 38.357330 , -80.611480 |
| Beaver | 38.328440 , -80.665370 |
| Beech Glen | 38.227330 , -81.155380 |
| Belva | 38.232749 , -81.189467 |
| Birch River | 38.496079 , -80.749697 |
| Bruce | 38.163170 , -80.776760 |
| Burl | 38.275390 , -80.926210 |
| Calvin | 38.336780 , -80.714540 |
| Cambria | 38.265380 , -81.199550 |
| Canvas | 38.268440 , -80.774260 |
| Coe | 38.325940 , -80.554530 |
| Cornelia | 38.282610 , -80.910100 |
| Cottle | 38.346500 , -80.626480 |
| Craigsville | 38.324642 , -80.644941 |
| Curtin | 38.285390 , -80.636480 |
| Deepwell | 38.234280 , -80.756480 |
| Delphi | 38.388160 , -80.670090 |
| Donald | 38.265670 , -80.709260 |
| Drennen | 38.270660 , -80.998160 |
| Enon | 38.309550 , -80.896770 |
| Fenwick | 38.228822 , -80.580430 |
| Fowler Knob | 38.184000 , -80.812320 |
| Gilboa | 38.303440 , -80.936490 |
| Glade Creek | 38.318160 , -80.798710 |
| Grassy Falls | 38.172610 , -80.687590 |
| Green Valley | 38.099560 , -80.698700 |
| Greendale | 38.295660 , -81.153440 |
| Harriet | 38.341770 , -80.995660 |
| Holcomb | 38.256220 , -80.600920 |
| Holly Hills Estates | 38.298720 , -80.829540 |
| Hominy Falls | 38.145390 , -80.718700 |
| Hookersville | 38.385690 , -80.809680 |
| Jetsville | 38.169000 , -80.600920 |
| Keslers Cross Lanes | 38.235390 , -80.935660 |
| Kirkwood | 38.350660 , -80.801760 |
| LaFrank | 38.218730 , -80.558980 |
| Leivasy | 38.161230 , -80.690920 |
| Lyonsville | 38.259270 , -81.057600 |
| Marybill | 38.268720 , -80.682310 |
| Morris | 38.505940 , -80.802600 |
| Mount Lookout | 38.166780 , -80.911760 |
| Mount Nebo | 38.200110 , -80.851210 |
| Muddlety | 38.367330 , -80.827600 |
| Nettie | 38.218325 , -80.688916 |
| Nile | 38.304550 , -80.735100 |
| Odell Town | 38.197890 , -80.713430 |
| Opal | 38.386770 , -80.766210 |
| Persinger | 38.322050 , -80.752040 |
| Peters Junction | 38.224550 , -81.048440 |
| Poe | 38.252050 , -80.965930 |
| Pool | 38.163720 , -80.864260 |
| Richwood | 38.222105 , -80.536282 |
| Runa | 38.142890 , -80.851210 |
| Saxman | 38.209840 , -80.597030 |
| Snow Hill | 38.135390 , -80.781480 |
| Summersville | 38.285824 , -80.841050 |
| Swiss | 38.233160 , -81.127880 |
| Tioga | 38.422018 , -80.654914 |
| Tipton | 38.259000 , -80.988990 |
| Tolbert | 38.196780 , -80.690920 |
| Vaughan | 38.278440 , -81.144550 |
| Wade | 38.537880 , -80.820660 |
| Werth | 38.355110 , -80.753990 |
| Woodbine | 38.298720 , -80.614530 |
| Zela | 38.285940 , -80.949820 |
Notes:
- You can download geometry data for Nicholas 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.