Beiträge von seb-visitit

    Thanks Klaus for the quick answer!

    How would I do (if doable) with external JS? I mean:

    In my vtourskin.xml:

    Code
    <layer name="skin_map_container" type="container" align="leftop" width="100%" height="100%" bgroundedge="get:skin_settings.design_bgroundedge" maskchildren="true">
      <layer name="skin_map" state="closed" url="" visible="false" align="lefttop" width="100%" height="50%" x="0" y="0" zorder="1" lat="0" lng="0" zoom="10" bgalpha="0" maptype="hybrid" onmapready="skin_addmapspots(); js(map());">
      							[...]
          						</layer>
    					</layer>

    Im my custom JS file:

    Code
    function googleMap() {
      // How to get gmAPI from here?
    }