Download outline map of Gaston (geojson format) :
Gaston.geojson (**)
Download polygon array of Gaston map for "Google Maps" :
Gaston.txt
Bounding Box for Gaston Map : ( 35.147978 , -81.456505 , 35.419616 , -80.922882 )
Wikipedia ID for Gaston : Q511849
Wikipedia SPARQL Query for Gaston (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q511849 wdt:P1082 ?population. }
OPTIONAL { wd:Q511849 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q511849 wdt:P2046 ?area. }
OPTIONAL { wd:Q511849 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q511849 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q511849 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 Gaston map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](35.147978, -81.456505, 35.419616, -80.922882);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Gaston)
[out:json];
(
rel["name"="Gaston"][type=boundary];
rel["name:en"="Gaston"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Gaston
| Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
| Alexis | 35.399860 , -81.117860 |
| Ashebrook Park | 35.342360 , -81.226190 |
| Belmont | 35.230883 , -81.038518 |
| Bessemer City | 35.284671 , -81.284137 |
| Boogertown | 35.218190 , -81.159800 |
| Brown Town | 35.253200 , -81.022300 |
| Burton Hills | 35.282640 , -81.140080 |
| Catawba Heights | 35.274580 , -81.027850 |
| Cherryville | 35.384397 , -81.378321 |
| Cramerton | 35.234621 , -81.073420 |
| Crowders | 35.186250 , -81.206470 |
| Dallas | 35.316783 , -81.182465 |
| Dellview | 35.386552 , -81.412707 |
| Elmores Crossroads | 35.222920 , -81.100910 |
| Fallcrest | 35.217910 , -81.246190 |
| Gardner Park | 35.254310 , -81.130910 |
| Gastonia | 35.249348 , -81.185396 |
| Groves | 35.273470 , -81.168410 |
| Hardins | 35.379300 , -81.190360 |
| High Shoals | 35.395743 , -81.204681 |
| Hutchinson | 35.290140 , -81.024800 |
| Loray Mills | 35.263750 , -81.205360 |
| Lowell | 35.269228 , -81.101312 |
| Lucia | 35.384860 , -81.010630 |
| McAdenville | 35.264981 , -81.080128 |
| Monterey Park | 35.297080 , -81.142860 |
| Mount Holly | 35.307506 , -81.013112 |
| Mountain Island | 35.333470 , -80.999520 |
| Mountain View | 35.243470 , -81.286470 |
| North Belmont | 35.272360 , -81.048130 |
| Ozark | 35.268470 , -81.159800 |
| Paradise Point | 35.188750 , -81.046190 |
| Perry | 35.333470 , -81.348420 |
| Ranlo | 35.289019 , -81.129871 |
| Smyre | 35.276250 , -81.125910 |
| South Gastonia | 35.219300 , -81.205630 |
| Spencer Mountain | 35.307267 , -81.110124 |
| Springdale | 35.289030 , -81.144800 |
| Springwood | 35.272640 , -81.062850 |
| Stanley | 35.355199 , -81.093699 |
| Sunnyside | 35.317910 , -81.308690 |
| Vinton Woods | 35.308470 , -81.155080 |
| West Cramerton | 35.252640 , -81.087850 |
| West Gastonia | 35.287640 , -81.244250 |
Notes:
- You can download geometry data for Gaston 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.