Download outline map of Pulaski (geojson format) :
Pulaski.geojson (**)
Download polygon array of Pulaski map for "Google Maps" :
Pulaski.txt
Bounding Box for Pulaski Map : ( 36.879001 , -80.930627 , 37.244911 , -80.515157 )
Wikipedia ID for Pulaski : Q514038
Wikipedia SPARQL Query for Pulaski (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q514038 wdt:P1082 ?population. }
OPTIONAL { wd:Q514038 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q514038 wdt:P2046 ?area. }
OPTIONAL { wd:Q514038 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q514038 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q514038 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 Pulaski map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](36.879001, -80.930627, 37.244911, -80.515157);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Pulaski)
[out:json];
(
rel["name"="Pulaski"][type=boundary];
rel["name:en"="Pulaski"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Pulaski
| Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
| Allisonia | 36.934228 , -80.725504 |
| Alum Springs | 37.159840 , -80.804520 |
| Bella Vista | 37.106790 , -80.786740 |
| Belspring | 37.193900 , -80.609705 |
| Boom Furnace | 36.920680 , -80.769240 |
| Brooklyn | 37.151240 , -80.560340 |
| Cowan | 37.185400 , -80.577000 |
| Draper | 37.001232 , -80.737232 |
| Dry Branch | 37.234570 , -80.618120 |
| Dublin | 37.098989 , -80.683092 |
| Fairlawn | 37.147562 , -80.556694 |
| Gallimore | 37.080120 , -80.770630 |
| Highland | 37.164850 , -80.678680 |
| Highland Park | 37.122620 , -80.664790 |
| Hilton Village | 37.084840 , -80.786460 |
| Hiwassee | 36.968257 , -80.704495 |
| Kayoulah | 36.916510 , -80.773960 |
| Mack Creek Village | 36.985400 , -80.690070 |
| McAdam | 37.030400 , -80.724790 |
| Mountain View | 37.088180 , -80.620340 |
| New River | 37.140943 , -80.593110 |
| Newbern | 37.073460 , -80.690620 |
| Parrott | 37.216941 , -80.623965 |
| Pulaski | 37.053089 , -80.762369 |
| Reed Junction | 36.931510 , -80.752010 |
| Shiloh | 37.024840 , -80.714230 |
| Simpkinstown | 37.012900 , -80.570340 |
| Snowville | 37.025972 , -80.573923 |
| Tinytown | 36.982070 , -80.696460 |
| Weldon | 37.087900 , -80.805350 |
| Wurno | 37.071510 , -80.723400 |
Notes:
- You can download geometry data for Pulaski 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.