<div dir="ltr"><p style="box-sizing:border-box;margin-bottom:16px;color:rgb(36,41,46);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";font-size:14px;margin-top:0px">Hi everyone,</p><p style="box-sizing:border-box;margin-top:0px;margin-bottom:16px;color:rgb(36,41,46);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";font-size:14px">I have Lizmap 3.6.3. I've tried to add <b>3D</b> content on LizMap using this code: <a href="https://mdouchin.github.io/lizmap-presentation/#/46" target="_blank" style="font-family:Arial,Helvetica,sans-serif;font-size:small">https://mdouchin.github.io/lizmap-presentation/#/46</a>. <br><br>I've placed this code in my repository: /var/www/lizmap-web-client-3.3.6/lizmap/install/qgis/media/js/repository/<b>threejs.js.<br></b></p><p style="box-sizing:border-box;margin-top:0px;margin-bottom:16px;color:rgb(36,41,46);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";font-size:14px">My HTML (threejs.html) file is in the same folder ("repository"). I can see the bottom of "Vue 3D" on LizMap, but when I click, there is the following error: <b>{"error":"404 not found (wrong action)","message":"No media file in the specified path: qgis\/media\/js\/repeindex.html"}</b>. Others paths don't work either.</p><p style="box-sizing:border-box;margin-top:0px;margin-bottom:16px;color:rgb(36,41,46);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";font-size:14px">There is definitely no error with my HTML file, it appears on the web browser (see the image in PJ). I created this test model based on this video: <a href="https://vimeo.com/83511028" target="_blank" style="font-family:Arial,Helvetica,sans-serif;font-size:small">https://vimeo.com/83511028</a>. </p><p style="box-sizing:border-box;margin-top:0px;margin-bottom:16px;color:rgb(36,41,46);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";font-size:14px">All other <a href="https://docs.lizmap.com/current/en/publish/advanced_lizmap_config.html#adding-your-own-javascript" target="_blank">Javascript events</a> work well. </p><p style="box-sizing:border-box;margin-top:0px;margin-bottom:16px;color:rgb(36,41,46);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";font-size:14px"><b></b></p><p style="box-sizing:border-box;margin-top:0px;margin-bottom:16px;color:rgb(36,41,46);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";font-size:14px">Code <b>threejs.js</b>:</p><p style="box-sizing:border-box;margin-top:0px;margin-bottom:16px;color:rgb(36,41,46);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";font-size:14px">lizMap.events.on({<br>    uicreated: function(e) {<br>        var mediaLink = OpenLayers.Util.urlAppend(<br>            lizUrls.media<br>            ,OpenLayers.Util.getParameterString(lizUrls.params)<br>        );<br>        var frameSrc = mediaLink +'&path=<b>/media/js/repository/threejs.html</b>';<br>        lizMap.addDock(<br>            'threejs',<br>            'Vue 3D',<br>            'right-dock',<br>            '<iframe src="' + frameSrc + '" height="800px" width="100%">',<br>            'icon-globe'<br>        );<br>    }<br>});</p><p style="box-sizing:border-box;margin-top:0px;margin-bottom:16px;color:rgb(36,41,46);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";font-size:14px">Do you have any idea how to manage this issue? </p><p style="box-sizing:border-box;margin-top:0px;margin-bottom:16px;color:rgb(36,41,46);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";font-size:14px"><span style="color:rgb(34,34,34);font-family:Arial,Helvetica,sans-serif;font-size:small">Thank you a lot and have a nice day, </span><font color="#888888" style="font-family:Arial,Helvetica,sans-serif;font-size:small"><br>Lilia</font>  <br></p></div>