memgraph / orb

Graph visualization library
Apache License 2.0
364 stars 17 forks source link

Fix: Fix multiple maps issue #33

Closed cizl closed 2 years ago

cizl commented 2 years ago

Having multiple map views with default map tiles didn't work since they all reused the same tile. Added a factory function to create multiple instances.

Screenshot 2022-11-04 at 15-22-56 Orb Graph on the map

tonilastre commented 2 years ago

@cizl if this will go directly to main make sure to update package.json version and add the appropriate CHANGELOG item.