Download outline map of Gates (geojson format) :
Gates.geojson (**)
Download polygon array of Gates map for "Google Maps" :
Gates.txt
Bounding Box for Gates Map : ( 36.296211 , -76.95056 , 36.552093 , -76.45369 )
Wikipedia ID for Gates : Q509838
Wikipedia SPARQL Query for Gates (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q509838 wdt:P1082 ?population. }
OPTIONAL { wd:Q509838 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q509838 wdt:P2046 ?area. }
OPTIONAL { wd:Q509838 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q509838 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q509838 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 Gates map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](36.296211, -76.95056, 36.552093, -76.45369);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Gates)
[out:json];
(
rel["name"="Gates"][type=boundary];
rel["name:en"="Gates"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Gates
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Acorn Hill | 36.442650 , -76.547730 |
Ballard Crossroads | 36.410430 , -76.798840 |
Beckford Junction | 36.383490 , -76.592450 |
Carter | 36.357380 , -76.684400 |
Corapeake | 36.534320 , -76.576340 |
Drum Hill | 36.541820 , -76.725230 |
Eason Crossroads | 36.448760 , -76.699950 |
Eleanors Crossroads | 36.436820 , -76.758010 |
Eure | 36.427380 , -76.853290 |
Flat Branch | 36.413210 , -76.699950 |
Folly Fork | 36.485150 , -76.577450 |
Gatesville | 36.407355 , -76.756592 |
Greens Fork | 36.394320 , -76.545500 |
Hazelton | 36.518210 , -76.699120 |
Hobbsville | 36.347100 , -76.604670 |
Joppa | 36.355160 , -76.559950 |
Kellogs Fork | 36.455990 , -76.604950 |
Keys Crossroads | 36.369040 , -76.580500 |
Mintonsville | 36.342930 , -76.635780 |
Mitchells Fork | 36.350160 , -76.636060 |
Muddy Cross | 36.363770 , -76.627450 |
Old Chapel Crossroads | 36.338210 , -76.634670 |
Parkers Fork | 36.518210 , -76.599120 |
Pipkin Place | 36.441260 , -76.940520 |
Powell Crossroads | 36.342100 , -76.656620 |
Rays Beach | 36.377380 , -76.839960 |
Reynoldson | 36.528210 , -76.792180 |
Riddick Crossroads | 36.446260 , -76.869400 |
Roduco | 36.461820 , -76.812460 |
Sandy Cross | 36.368770 , -76.553560 |
Sarem | 36.483490 , -76.791620 |
Savage | 36.485150 , -76.590780 |
Savages Crossroads | 36.502100 , -76.810790 |
Selwin | 36.334880 , -76.586890 |
Silver Springs | 36.417650 , -76.671900 |
Storys | 36.435150 , -76.888850 |
Sunbury | 36.446894 , -76.612732 |
Tarheel | 36.456540 , -76.856350 |
Topsy | 36.503490 , -76.870790 |
Trotville | 36.369040 , -76.597730 |
Walton Crossroads | 36.363490 , -76.643280 |
Wardville | 36.406820 , -76.584950 |
White Oak | 36.446260 , -76.786900 |
Wiggins Crossroads | 36.518210 , -76.637170 |
Willeyton | 36.505150 , -76.732730 |
Wyanoke | 36.543760 , -76.911630 |
Notes:
- You can download geometry data for Gates 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.