As the title says, I'd like to change the map location when I click on a hotspot in fulscreen mode.
I tried doing something like this, but it didn't do anything:
|
Quellcode
|
1
|
<hotspot onclick="set(plugin[maps].lat, '56.856075'); set(plugin[maps].lng, '114.169922'); set(plugin[maps].zoom, '8');" />
|
I also tried this without the quotes around the values, but it didn't make any difference. Setting visibility DOES work:
|
Quellcode
|
1
|
<hotspot onclick="set(plugin[maps].visible, false);" />
|
What did I miss?