minorua / Qgis2threejs

3D map visualization and web export plugin for QGIS
http://minorua.github.io/Qgis2threejs/docs/
507 stars 92 forks source link

qgis2threejs, how to make one layer unsearchable with respect to others that are querable #228

Closed macrea closed 3 years ago

macrea commented 3 years ago

Hi, I've been a Qgis cartography user for a few years; lately i have been using qgis2threejs to create 360 ° navigable maps. Now I need to make some layers non-editable compared to others so that the popup does not appear when the mouse is clicked. Can I do it directly in some way on the qgis2threejs export panel or on the html file and how?

I would be grateful for a suggestion

Massimiliano Crea

minorua commented 3 years ago

There is queryable property for each layer, which is written in scene.json file, but doesn't work in current version. I'll fix it.

macrea commented 3 years ago

I get it. Then I await your correction. Thanks Massimiliano Crea Il mercoledì 11 novembre 2020, 03:13:05 CET, Minoru Akagi notifications@github.com ha scritto:

There is queryable property for each layer, which is written in scene.json file, but doesn't work in current version. I'll fix it.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

macrea commented 3 years ago

Good evening, I saw you added a code change for "add RayTracingRendering template". Does this also solve the problem of querying layers not working before? Thanks Massimiliano Crea