Download outline map of Greensville (geojson format) :
Greensville.geojson (**)
Download polygon array of Greensville map for "Google Maps" :
Greensville.txt
Bounding Box for Greensville Map : ( 36.544639 , -77.767117 , 36.898303 , -77.296875 )
Wikipedia ID for Greensville : Q340605
Wikipedia SPARQL Query for Greensville (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q340605 wdt:P1082 ?population. }
OPTIONAL { wd:Q340605 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q340605 wdt:P2046 ?area. }
OPTIONAL { wd:Q340605 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q340605 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q340605 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 Greensville map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](36.544639, -77.767117, 36.898303, -77.296875);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Greensville)
[out:json];
(
rel["name"="Greensville"][type=boundary];
rel["name:en"="Greensville"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Greensville
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Barley | 36.564040 , -77.724150 |
Brink | 36.617930 , -77.634430 |
Bryants Corner | 36.588480 , -77.415530 |
Bufford Crossroads | 36.737930 , -77.619430 |
Claresville | 36.622650 , -77.450810 |
Cowie Corner | 36.774320 , -77.571650 |
Dahlia | 36.569870 , -77.538870 |
Durand | 36.720150 , -77.588040 |
Fields Crossroads | 36.831820 , -77.549150 |
Garners Mill | 36.555980 , -77.670540 |
Green Plain | 36.696820 , -77.451920 |
Greenwood Park | 36.722090 , -77.564430 |
James River Junction | 36.703760 , -77.472760 |
Kingsberry | 36.709320 , -77.567200 |
Lanes Corner | 36.662930 , -77.528870 |
Lincoln Heights | 36.689870 , -77.576370 |
Moonlight | 36.730150 , -77.509150 |
Oak Lawn | 36.818760 , -77.614430 |
Paris Store | 36.616820 , -77.701100 |
Pleasant Shade | 36.751260 , -77.646930 |
Purdy | 36.822370 , -77.588040 |
Radium | 36.731820 , -77.628320 |
Rivers Edge | 36.845700 , -77.573040 |
Skippers | 36.611820 , -77.546650 |
Slates Corner | 36.563210 , -77.658590 |
Turners Crossroads | 36.550430 , -77.586370 |
Walnut Grove | 36.841260 , -77.550260 |
Walnut Heights | 36.702930 , -77.567760 |
Washington Park | 36.684870 , -77.564150 |
Waybay | 36.842930 , -77.596650 |
Westover Hills | 36.711260 , -77.563590 |
Willow Oaks | 36.848760 , -77.607490 |
Notes:
- You can download geometry data for Greensville 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.