Download outline map of Toowoomba (geojson format) :
Toowoomba.geojson (**)
Download polygon array of Toowoomba map for "Google Maps" :
Toowoomba.txt
Bounding Box for Toowoomba Map : ( -28.192347 , 150.702672 , -26.766807 , 152.251429 )
Wikipedia ID for Toowoomba : Q7824347
Wikipedia SPARQL Query for Toowoomba (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q7824347 wdt:P1082 ?population. }
OPTIONAL { wd:Q7824347 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q7824347 wdt:P2046 ?area. }
OPTIONAL { wd:Q7824347 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q7824347 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q7824347 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 Toowoomba map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](-28.192347, 150.702672, -26.766807, 152.251429);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Toowoomba)
[out:json];
(
rel["name"="Toowoomba"][type=boundary];
rel["name:en"="Toowoomba"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Toowoomba
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Centenary Heights | -27.586840 , 151.962486 |
East Toowoomba | -27.562916 , 151.968981 |
Harristown | -27.578125 , 151.926364 |
North Toowoomba | -27.546713 , 151.954823 |
South Toowoomba | -27.575926 , 151.951760 |
Toowoomba | -27.564533 , 151.955520 |
Toowoomba City | -27.559831 , 151.950669 |
Wyreema | -27.658256 , 151.860582 |
Notes:
- You can download geometry data for Toowoomba 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.