<div dir="ltr">Hi all,<div>  I've just discovered you can add VicMap, Victoria's open data licensed authoritative mapping service, into Potlatch 2. It's not at all obvious how, so here's the answer:</div><div>
<br></div><div>In "Background", click "Edit" then add:</div><div><a href="http://whoots.mapwarper.net:80/tms/$z/$x/$y/WEB_MERCATOR/http://api.maps.vic.gov.au/geowebcacheWM/service/wms?VERSION=1.1.1&TILED=true">http://whoots.mapwarper.net:80/tms/$z/$x/$y/WEB_MERCATOR/http://api.maps.vic.gov.au/geowebcacheWM/service/wms?VERSION=1.1.1&TILED=true</a><br>
</div><div><br></div><div>To explain:</div><div>- Vicmap provides an "API" which is basically a weird forked version of OpenLayers: <a href="http://api.maps.vic.gov.au/index.php/developers-resources/javascript-api">http://api.maps.vic.gov.au/index.php/developers-resources/javascript-api</a></div>
<div>- Digging through that you can find their actual WMS endpoint, which is <a href="http://api.maps.vic.gov.au/vicmapapi/map/wms">http://api.maps.vic.gov.au/vicmapapi/map/wms</a></div><div>- Except, that data is in EPSG 3111 projection, rather than the web standard EPSG 3857. Their documentation says that EPSG 3857 will be available by the "end of August 2013", then no more info about it: <a href="http://api.maps.vic.gov.au/index.php/product-information/projections-sacles/web-mercator">http://api.maps.vic.gov.au/index.php/product-information/projections-sacles/web-mercator</a></div>
<div>- Anyway it turns out the EPSG 3857 projection is available at <a href="http://api.maps.vic.gov.au/geowebcacheWM/service/wms">http://api.maps.vic.gov.au/geowebcacheWM/service/wms</a> (I assume the WM stands for 'web mercator', aka EPSG 3857)</div>
<div>- But still, it's only provided as a WMS service, which isn't directly supported by Potlatch 2. That's why you need to use the <a href="http://whoots.mapwarper.net">whoots.mapwarper.net</a> proxying service which converts WMS to web tiles.</div>
<div><br></div><div>Enjoy.</div><div><br></div><div>Steve</div></div>