zcreativelabs / react-simple-maps

Beautiful React SVG maps with d3-geo and topojson using a declarative api.
https://www.react-simple-maps.io/
MIT License
3.04k stars 424 forks source link

Floor map #236

Open danilockthar opened 3 years ago

danilockthar commented 3 years ago

I cant find in the examples if can i use this library to make some interactive floor maps , is this possible ?

zimrick commented 3 years ago

Hi @danilockthar,

In its current state, I don't think this is possible. The library assumes that you use either geojson or topojson, so unless your floor plan is specified using a geographic coordinate system, it will not work.