Download outline map of Bryan (geojson format) :
Bryan.geojson (**)
Download polygon array of Bryan map for "Google Maps" :
Bryan.txt
Bounding Box for Bryan Map : ( 31.71266 , -81.781712 , 32.24131 , -81.138324 )
Wikipedia ID for Bryan : Q486848
Wikipedia SPARQL Query for Bryan (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q486848 wdt:P1082 ?population. }
OPTIONAL { wd:Q486848 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q486848 wdt:P2046 ?area. }
OPTIONAL { wd:Q486848 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q486848 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q486848 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 Bryan map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](31.71266, -81.781712, 32.24131, -81.138324);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Bryan)
[out:json];
(
rel["name"="Bryan"][type=boundary];
rel["name:en"="Bryan"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Bryan
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Belfast | 31.824380 , -81.291770 |
Black Creek | 32.166460 , -81.489540 |
Blitchton | 32.197150 , -81.437890 |
Brisbon | 31.917150 , -81.306220 |
Daniel | 31.913820 , -81.364280 |
Ellabell | 32.123540 , -81.485670 |
Fancy Hall | 31.768830 , -81.244830 |
Fort Mcallister | 31.890770 , -81.195940 |
Groveland | 32.144360 , -81.745670 |
Keller | 31.843270 , -81.253720 |
Lanier | 32.129920 , -81.536780 |
Letford | 32.038810 , -81.601220 |
Myrtle Grove | 31.884660 , -81.245660 |
Oak Level | 31.855770 , -81.225110 |
Pembroke | 32.145526 , -81.618599 |
Port Royal | 31.903820 , -81.295660 |
Rabbit Hill | 31.906320 , -81.269280 |
Reka | 32.139360 , -81.677330 |
Richmond Hill | 31.931202 , -81.313269 |
Southward | 32.141310 , -81.703450 |
Sweet Hill | 31.848550 , -81.242330 |
Notes:
- You can download geometry data for Bryan 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.