Download outline map of Amelia (geojson format) :
Amelia.geojson (**)
Download polygon array of Amelia map for "Google Maps" :
Amelia.txt
Bounding Box for Amelia Map : ( 37.192197 , -78.240748 , 37.498052 , -77.648911 )
Wikipedia ID for Amelia : Q461562
Wikipedia SPARQL Query for Amelia (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q461562 wdt:P1082 ?population. }
OPTIONAL { wd:Q461562 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q461562 wdt:P2046 ?area. }
OPTIONAL { wd:Q461562 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q461562 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q461562 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 Amelia map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](37.192197, -78.240748, 37.498052, -77.648911);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Amelia)
[out:json];
(
rel["name"="Amelia"][type=boundary];
rel["name:en"="Amelia"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Amelia
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Amelia Court House | 37.336635 , -77.988231 |
Ammon | 37.211260 , -77.768050 |
Chula | 37.388480 , -77.903060 |
Deatonville | 37.328210 , -78.168330 |
Denaro | 37.245150 , -77.984170 |
Earls | 37.230150 , -77.893060 |
Fieldstown | 37.385430 , -77.947220 |
Giles Mill | 37.482090 , -77.967500 |
Haw Branch | 37.410430 , -78.020560 |
Lodore | 37.439320 , -78.022500 |
Mannboro | 37.251540 , -77.823330 |
Maplewood | 37.316260 , -78.048610 |
Masons Corner | 37.432930 , -77.892780 |
Mattoax | 37.427090 , -77.872500 |
Moryen | 37.418210 , -78.075560 |
Namozine | 37.249590 , -77.725000 |
Otterburn | 37.339040 , -77.998340 |
Rodophil | 37.368760 , -78.158330 |
Scotts Fork | 37.318210 , -77.890280 |
Truxillo | 37.370980 , -78.041670 |
Wilsons Corner | 37.290710 , -77.876390 |
Winterham | 37.367650 , -77.931390 |
Notes:
- You can download geometry data for Amelia 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.