Mapping Vic Hikes Using Caltopo
Fleeing the city at the end of the year in favour of the coast is an Australian tradition, one of the more important ones. I found myself mapping a hike in Wilson’s Prom using Caltopo, my tool of choice.
I’ve written before about Caltopo and mapping NSW hikes where I use the NSW Spatial Information eXchange as a custom layer but this hike is not in New South Wales…
Victorian Mapping Resources
I found two official resources that looked like they could be useful as layers:
Unfortunately I haven’t been able to turn topographic information on with either of these, however they have proven valuable for walking tracks, water resources, and other landmarks. Combining this with the Caltopo default topographic options seems like the way to go.
Finding the URL
To use these with Caltopo, we need to find a compatible URL which for us means either a Web Map Service (WMS) endpoint or a Tile Map Service (TMS) endpoint. Luckily for us, both of these resources do appear to use these standards.
Opening up web developer tools in my browser and then changing the map zoom or location while monitoring the network requests show a flurry of activity, most of which we can see is a call to a WMS endpoint
We can pull the URL out of these requests and feed them to Caltopo - either as it and using the auto-configure option or by manually updating to fit the URL template:
Vicmap Viewer:
https://base.maps.vic.gov.au/service?SERVICE=WMS&VERSION=1.1.1&REQUEST=GetMap&STYLES=&BBOX={left},{bottom},{right},{top}&WIDTH={tilesize}&HEIGHT={tilesize}&BGCOLOR=0xCCCCCC&FORMAT=image/png&EXCEPTIONS=application/vnd.ogc.se_inimage&SRS=EPSG:3857&LAYERS=CARTO_WM_256
SMES:
https://maps.land.vic.gov.au/geolassi/wms?SERVICE=WMS&VERSION=1.1.1&REQUEST=GetMap&FORMAT=image/png&TRANSPARENT=true&env=opacity:1&cql_filter=1=2&LAYERS=TICK_SMES_AVWS_LEVEL&styles=&firstTile=true&SRS=EPSG:7899&STYLES=&FORMAT_OPTIONS=dpi:159&WIDTH={tilesize}&HEIGHT={tilesize}&BBOX={left},{bottom},{right},{top}
and now we have lovely custom Victorian layers in our Caltopo maps!