Download outline map of Cleburne (geojson format) :
Cleburne.geojson (**)
Download polygon array of Cleburne map for "Google Maps" :
Cleburne.txt
Bounding Box for Cleburne Map : ( 33.469226 , -85.887782 , 33.964204 , -85.304439 )
Wikipedia ID for Cleburne : Q327080
Wikipedia SPARQL Query for Cleburne (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q327080 wdt:P1082 ?population. }
OPTIONAL { wd:Q327080 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q327080 wdt:P2046 ?area. }
OPTIONAL { wd:Q327080 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q327080 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q327080 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 Cleburne map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](33.469226, -85.887782, 33.964204, -85.304439);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Cleburne)
[out:json];
(
rel["name"="Cleburne"][type=boundary];
rel["name:en"="Cleburne"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Cleburne
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Abel | 33.548720 , -85.712460 |
Abernathy | 33.650660 , -85.407450 |
Ai | 33.650110 , -85.447180 |
Bell Mills | 33.616500 , -85.474680 |
Belltown | 33.603440 , -85.606630 |
Bethel | 33.800100 , -85.379680 |
Borden Springs | 33.929820 , -85.470240 |
Borden Wheeler Springs | 33.913710 , -85.465790 |
Chulafinnee | 33.545390 , -85.648850 |
Cleburne | 33.648160 , -85.629680 |
Coldwater | 33.782330 , -85.458010 |
Edwardsville | 33.841035 , -85.452305 |
Five Points | 33.584000 , -85.680240 |
Fruithurst | 33.729539 , -85.431249 |
Gold Hill | 33.586500 , -85.527730 |
Grantley | 33.853990 , -85.546070 |
Heflin | 33.647074 , -85.569848 |
Hightower | 33.531780 , -85.395510 |
Hollis Crossroads | 33.523135 , -85.643746 |
Hopewell | 33.632050 , -85.382730 |
Lebanon | 33.681220 , -85.374680 |
Lecta | 33.588440 , -85.432730 |
Liberty Hill | 33.848710 , -85.572740 |
Macedonia | 33.577330 , -85.370790 |
Mars Hill | 33.840100 , -85.396900 |
Micaville | 33.496780 , -85.541070 |
Mount Pleasant | 33.740940 , -85.508570 |
Muscadine | 33.734550 , -85.386070 |
Oak Level | 33.849550 , -85.478010 |
Palestine | 33.941490 , -85.450230 |
Piney Woods | 33.821490 , -85.433840 |
Plainview | 33.665380 , -85.393290 |
Ranburne | 33.525853 , -85.339012 |
Union Hill | 33.540390 , -85.389400 |
Notes:
- You can download geometry data for Cleburne 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.