Download outline map of Fluvanna (geojson format) :
Fluvanna.geojson (**)
Download polygon array of Fluvanna map for "Google Maps" :
Fluvanna.txt
Bounding Box for Fluvanna Map : ( 37.690308 , -78.491567 , 38.006399 , -78.06331 )
Wikipedia ID for Fluvanna : Q502014
Wikipedia SPARQL Query for Fluvanna (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q502014 wdt:P1082 ?population. }
OPTIONAL { wd:Q502014 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q502014 wdt:P2046 ?area. }
OPTIONAL { wd:Q502014 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q502014 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q502014 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 Fluvanna map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](37.690308, -78.491567, 38.006399, -78.06331);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Fluvanna)
[out:json];
(
rel["name"="Fluvanna"][type=boundary];
rel["name:en"="Fluvanna"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Fluvanna
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Antioch | 37.846530 , -78.420560 |
Boyd Tavern | 37.967850 , -78.339096 |
Bremo Bluff | 37.712370 , -78.297500 |
Bybee | 37.925700 , -78.205560 |
Carysbrook | 37.812360 , -78.242500 |
Cloverdale | 37.750420 , -78.235840 |
Cohasset | 37.769590 , -78.303060 |
Columbia | 37.753321 , -78.163830 |
Crafton | 37.919590 , -78.295010 |
Cunningham | 37.874030 , -78.320010 |
Dixie | 37.781530 , -78.235560 |
Fork Union | 37.763200 , -78.262230 |
Hardware | 37.742920 , -78.405560 |
Holmhead | 37.773480 , -78.208890 |
Hunters | 37.940700 , -78.245560 |
Kents Store | 37.879310 , -78.128890 |
Kidds Store | 37.803480 , -78.361670 |
Lake Monticello | 37.921004 , -78.329495 |
Nahor | 37.908750 , -78.348060 |
Nicholas | 37.765980 , -78.467230 |
Palmyra | 37.865068 , -78.262696 |
Payne | 37.752640 , -78.442230 |
Paynes Mill | 37.955970 , -78.287510 |
Rockaway | 37.851530 , -78.263890 |
Stage Junction | 37.790980 , -78.153330 |
Stearnes | 37.700420 , -78.238890 |
Strathouse | 37.723750 , -78.331950 |
Troy | 37.950970 , -78.246390 |
Weber City | 37.755140 , -78.283890 |
Wildwood | 37.903200 , -78.256950 |
Wilmington | 37.849310 , -78.201390 |
Notes:
- You can download geometry data for Fluvanna 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.