3dgeo-heidelberg / pytreedb

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

Web frontend: start map in portal should be limited to the max. extent #90

Closed bhoefle-3dgeo closed 2 years ago

bhoefle-3dgeo commented 2 years ago

Currently the whole earth is displayed. The map should be limited to the max. extent of the database. e.g. if trees are only in Europe and Asia, only this area should be shown.

Solution: one needs to query the DB for max. extent and set it in the map view.