dedica-team / nivio

Management of application landscapes for teams
https://nivio.readthedocs.io/en/latest/
GNU Affero General Public License v3.0
26 stars 12 forks source link

Use mapping technology to handle zoom details #65

Open Matthimatiker opened 4 years ago

Matthimatiker commented 4 years ago

In order to deal with very large maps (#688) or with different levels of detail when zooming or multiple landscapes (#60) use battle-proven OpenStreetmap (https://github.com/mapbox/awesome-vector-tiles) technology. This would also fix svg pan-zoom related issues (#438 #471 )

E.g. try to use Google maps, assign coordinates to services and connect them via routes.
It might even be possible to change the textures.

Acceptance criteria

bonndan commented 4 years ago

We now have SVGs with zoom and pan in the browser, which is similar to maps in terms of user experience. Is there anything more that maps provide that might prove useful?