3dgeo-heidelberg / pytreedb

Python package providing a file and object-based database to store tree objects.
Other
28 stars 4 forks source link

Webfront end: On map collide if tree markers are too close wrt scale #63

Closed bhoefle-3dgeo closed 2 years ago

bhoefle-3dgeo commented 2 years ago

I guess the standard way would be to collide the markers on the map (use the same marker but with indicative number of trees). After zooming in, show the single trees. At the minute, zooming in is also limited to a scale where all the tree symbols overlap. This is not useful.

Goal: Map that enables to zoom to each tree and click on link.

annachiu7 commented 2 years ago

I implemented MarkerCluster in a new branch, because there are compatibility issues with leaflet.geoman and leaflet.markercluster. However the functionalities of geoman (poly-select) are not integrated into the search yet (still need clear requirements as once addressed in the extreme print). Do we want to show the clusters and leave out geoman first?