Download outline map of Bradley (geojson format) :
Bradley.geojson (**)
Download polygon array of Bradley map for "Google Maps" :
Bradley.txt
Bounding Box for Bradley Map : ( 33.161164 , -92.382549 , 33.707806 , -91.959916 )
Wikipedia ID for Bradley : Q61024
Wikipedia SPARQL Query for Bradley (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q61024 wdt:P1082 ?population. }
OPTIONAL { wd:Q61024 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q61024 wdt:P2046 ?area. }
OPTIONAL { wd:Q61024 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q61024 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q61024 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 Bradley map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](33.161164, -92.382549, 33.707806, -91.959916);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Bradley)
[out:json];
(
rel["name"="Bradley"][type=boundary];
rel["name:en"="Bradley"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Bradley
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Banks | 33.575881 , -92.267094 |
Blanchton | 33.241790 , -92.087080 |
Broad | 33.292900 , -92.074300 |
Carmel | 33.544830 , -92.071530 |
Corinth | 33.550940 , -91.987640 |
Craney | 33.519560 , -92.224590 |
Cross Roads | 33.603160 , -92.185980 |
Godfrey Landing | 33.242340 , -92.088470 |
Gravelridge | 33.446500 , -92.219030 |
Greenville | 33.476500 , -92.132080 |
Hermitage | 33.447964 , -92.171628 |
Hilo | 33.361780 , -92.272640 |
Ingalls | 33.383450 , -92.150970 |
Jersey | 33.428450 , -92.314310 |
Johnsville | 33.373170 , -92.015970 |
Lanark | 33.531220 , -92.264590 |
Longview | 33.380950 , -91.970410 |
Mannstown | 33.476780 , -92.049580 |
Marsden | 33.327900 , -92.222640 |
McKinney | 33.636780 , -92.179030 |
Moores Mill | 33.294010 , -92.007630 |
Moro Bay | 33.306510 , -92.350420 |
Mount Olive | 33.429000 , -92.059030 |
Pattsville | 33.442060 , -92.106800 |
Pine Island Landing | 33.251510 , -92.072910 |
Simpson | 33.458720 , -92.104310 |
Smearny | 33.397340 , -92.016250 |
Vick | 33.328730 , -92.105690 |
Warren | 33.611334 , -92.067453 |
Weeks | 33.669270 , -92.210140 |
Notes:
- You can download geometry data for Bradley 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.