When can we have update ?
Posts by weshbond12
-
-
I tried with Gmap.js and Krano to make an thinking web app.
Need to work more on interface, but all ideas are welcome if you can help me found what i can optimise.
You can see it on this link : https://www.visites-panoramiques.com/sandbox/randonnees/le_vibal/
-
I tried make a hiking exemple with krpano. You can see it here :
https://www.visites-panoramiques.com/sandbox/randonnees/le_vibal/
-
Hello
I tried this code on a function called on plugin with name "map" :
I load it as this :
<plugin name="map"
...
onmapready="gmapi_test();"
/>I use map API function :
<action name="gmapi_test" type="Javascript">
var krpano = document.getElementById("krpanoSWFObject");
var mapsplugin = krpano.get("plugin[map]");
var url = "https://www.randogps.net/nb_telecharge.…earth-trace.kml";
mapsplugin.gmAPI.getUrl(url);</action>
and i always get this message :
ERROR: gmapi_test - TypeError: mapsplugin.gmAPI.setOptions is not a function. (In 'mapsplugin.gmAPI.setOptions({elementType: 'geometry', stylers: [{color: '#ebe3cd'}]})', 'mapsplugin.gmAPI.setOptions' is undefined)
Can u explain why ?
Thés -
-
-