IndoorMapEditor
IndoorMapEditor copied to clipboard
谁能打包一个exe文件发出来吗
First of all, thanks for the sharing! I would like to make use of your code and add the wayfinding function base on your indoor map. However, When i tried...
Removing duplicate polygonfeature
说明见: https://github.com/hawk86104/IndoorMapEditor
感谢 以及 记录
# 首先感谢这么早期就出了解决方案,但是太早了 存在问题: ### 最近要落地 室内商场的三维展示 场景 ,于是在github上一顿找,没有找到好的。最符合的要求就是: ## indoor3D ### 基于原生js的以及比较低版本的three.js https://github.com/wolfwind521/indoor3D ### 它有配套的编辑器:基于qt5的c++ https://github.com/wolfwind521/IndoorMapEditor ## 它们也有各种衍生: ### Angular版本的 也是早期node版本的 https://github.com/tangerren/Indoor-Map https://github.com/tangerren/Indoor-Map-Draw 未开发完成,也挺久的了 ### 在展示的部分 增加了 shapefile格式 https://github.com/tommy2gis/indoor3D 同样也是原生的,也挺久的了...