Download outline map of Lunenburg (geojson format) :
Lunenburg.geojson (**)
Download polygon array of Lunenburg map for "Google Maps" :
Lunenburg.txt
Bounding Box for Lunenburg Map : ( 36.776169 , -78.493028 , 37.120089 , -78.003639 )
Wikipedia ID for Lunenburg : Q508192
Wikipedia SPARQL Query for Lunenburg (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q508192 wdt:P1082 ?population. }
OPTIONAL { wd:Q508192 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q508192 wdt:P2046 ?area. }
OPTIONAL { wd:Q508192 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q508192 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q508192 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 Lunenburg map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](36.776169, -78.493028, 37.120089, -78.003639);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Lunenburg)
[out:json];
(
rel["name"="Lunenburg"][type=boundary];
rel["name:en"="Lunenburg"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Lunenburg
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Arvins Store | 37.019870 , -78.342770 |
Bacons Fork | 36.852370 , -78.060000 |
Bagleys Mills | 36.840150 , -78.189720 |
Bishops Corner | 36.923480 , -78.089440 |
Blevins Corner | 36.980710 , -78.436660 |
Dundas | 36.914870 , -78.021670 |
Five Forks | 36.891530 , -78.463610 |
Gary | 36.865150 , -78.200280 |
Gills Corner | 36.860700 , -78.035000 |
Kells Corner | 36.878480 , -78.407770 |
Kenbridge | 36.960858 , -78.128383 |
Lochleven | 36.870420 , -78.046110 |
Loves Mill | 36.905980 , -78.283890 |
Lunenburg | 36.958465 , -78.268237 |
Moores Corner | 37.002930 , -78.333330 |
Nutbush | 37.044870 , -78.276390 |
Oral Oaks | 36.915150 , -78.195830 |
Plantersville | 36.925980 , -78.441660 |
Pleasant Grove | 37.000710 , -78.371110 |
Plymouth | 37.000430 , -78.164440 |
Rehoboth | 36.919870 , -78.354720 |
Rubermont | 37.062650 , -78.206110 |
Scholfield | 37.102930 , -78.324720 |
Simplicity | 37.079870 , -78.424160 |
Sneads Corner | 36.907370 , -78.149440 |
Stones Mill | 36.827920 , -78.058330 |
Victoria | 36.994677 , -78.224171 |
Wattsboro | 36.883200 , -78.263330 |
Wilburn | 36.849870 , -78.271390 |
Notes:
- You can download geometry data for Lunenburg 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.