问题
I would like to create a floor map which show foot print of user or heat map based on user movement on floor. I'm not sure how to create this heat map by using .dwg file. I also need to show this live map on my website which give real time data on map and show where users are more (currently I have only .dwg file which is auto cad file where i have complete drawing of my floor plan).
I'm open to use any technology which supports on website and can be used with JavaScript, PHP etc. Is there any tool which can create a heat map for me and generate web based format to host that on my website?
回答1:
If your problem's getting that DWG into a canvas, you can convert the DWG into an SVG first. Here is some discussion on that
If what you want is to draw the heatmap in realtime, check this instead
来源:https://stackoverflow.com/questions/16210066/create-floor-heat-map-with-dwg-file-for-website