Embedded Maps

Customised Pozi maps can be embedded in your organisation’s web pages using a standard HTML iframe. Copy the link of the desired map from your browser's address bar or by clicking the Share button from the menu at the top right. If you want the page to show the default map extent, you can strip out the location parameters (eg lon=144.28498&lat=-36.75882&z=17). Then wrap the link in an iframe tag.

Example

General
<iframe width="100%" height="500px" frameborder="0" scrolling="no" src="https://bendigo.pozi.com/"></iframe>
Show Council Office layer
<iframe width="100%" height="500px" frameborder="0" scrolling="no" src="https://bendigo.pozi.com/?layers=counciloffices"></iframe>
Zoom to specific feature
<iframe width="100%" height="500px" frameborder="0" scrolling="no" src="https://bendigo.pozi.com/?lon=144.28498&lat=-36.75882&z=17&layers=counciloffices&feature=counciloffices:Lyttleton%20Terrace%20%28Main%20Office%29&target=Lyttleton%20Terrace%20%28Main%20Office%29"></iframe>

You can use http://www.w3schools.com/tags/tryit.asp?filename=tryhtml_iframe to test and preview your own custom iframe config.

The  <iframe> code snippet can now be embedded into any web page.