How would you implement an interactive floorplan / building map? [closed]

白昼怎懂夜的黑 提交于 2019-12-07 06:02:26

As for SVG and IE, see this paper: The strengths of SVG in web mapping which was presented at this year's SVG Open conference. The demo works fine in all browsers including IE.

Loading floor plan data over XHR and then using RaphaëlJS would also be an option that works in all browsers, should be fairly easy to do something like this but using any other path data.

If that's not enough I'm sure you will find people having done SVG floorplans based on a quick look through the preceedings from previous SVG Opens.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!