Download outline map of Bullock (geojson format) :
Bullock.geojson (**)
Download polygon array of Bullock map for "Google Maps" :
Bullock.txt
Bounding Box for Bullock Map : ( 31.880275 , -85.999258 , 32.305289 , -85.410042 )
Wikipedia ID for Bullock : Q111259
Wikipedia SPARQL Query for Bullock (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q111259 wdt:P1082 ?population. }
OPTIONAL { wd:Q111259 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q111259 wdt:P2046 ?area. }
OPTIONAL { wd:Q111259 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q111259 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q111259 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 Bullock map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](31.880275, -85.999258, 32.305289, -85.410042);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Bullock)
[out:json];
(
rel["name"="Bullock"][type=boundary];
rel["name:en"="Bullock"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Bullock
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Aberfoil | 32.070430 , -85.687730 |
Almeria | 32.026540 , -85.850510 |
Beans Crossroads | 31.999320 , -85.853560 |
Blues Old Stand | 31.984880 , -85.716890 |
Bread Tray Hill | 32.064040 , -85.770510 |
Bruceville | 32.097930 , -85.848290 |
Chunnenuggee | 32.156540 , -85.643560 |
Cornerstone | 32.155980 , -85.842170 |
Enon | 32.155430 , -85.496610 |
Fitzpatrick | 32.211290 , -85.878408 |
Guerryton | 32.220980 , -85.501330 |
Hector | 32.112370 , -85.908840 |
High Ridge | 32.062650 , -85.894950 |
Hooks Crossroads | 32.051540 , -85.852730 |
Inverness | 32.014880 , -85.746060 |
Jamback | 31.910160 , -85.665220 |
Jenkins Crossroads | 32.026260 , -85.774390 |
McGowan | 32.069040 , -85.940230 |
Midway | 32.076373 , -85.524417 |
Mitchell | 32.246260 , -85.937730 |
Mount Hillard | 32.060150 , -85.868010 |
Omega | 31.975990 , -85.784950 |
Ox Level | 32.029880 , -85.628560 |
Peachburg | 32.163760 , -85.624110 |
Perote | 31.947660 , -85.705220 |
Pickett | 31.977930 , -85.626060 |
Pine Grove | 32.035990 , -85.588830 |
Postoak | 32.000990 , -85.819950 |
Scottland | 32.026540 , -85.706340 |
Sedgefield | 32.183760 , -85.704670 |
Shopton | 32.117090 , -85.942180 |
Simsville | 32.104590 , -85.870790 |
Smuteye | 31.977930 , -85.650220 |
Stavo | 32.104600 , -85.724950 |
Suspension | 32.196540 , -85.588000 |
Tanyard | 31.888770 , -85.704110 |
Thompson | 32.185150 , -85.818010 |
Three Notch | 32.106260 , -85.579110 |
Tito | 32.081540 , -85.738840 |
Union Springs | 32.139527 , -85.714147 |
Notes:
- You can download geometry data for Bullock 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.