minorua / Qgis2threejs

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

Reverse toMapCoordinates #200

Closed Styrian123 closed 4 years ago

Styrian123 commented 4 years ago

Hello, is there a reverse function for toMapCoordinates, like toSceneCoordinates(geoX, geoY, geoZ), where I can transform geographic coordinates (same as the model is based on, WGS84 or UTM etc.) into scene coordinats. With this function I would like to load GIS-Data (Well known Text-formated) into a threejs scene.

Regards!

Styrian123 commented 4 years ago

toLocalCoordinates, that's it!