Skip to content

Commit

Permalink
update todo
Browse files Browse the repository at this point in the history
  • Loading branch information
svencc committed Mar 2, 2024
1 parent d9be2a4 commit c81d305
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,20 @@

# 1
* interpolate base map to 1pixel = 1meter resolution
* so 5m scaled map is upscaled to 1m resolution
* so 5m scaled map is upscaled to 1m resolution (scaler)
* use bilinear interpolation
* configurable via REST
* so 5m scaled map is upscaled to 10cm resolution 1px = 10xm

* add different color for main contour lines
* add DynamicLayerProperties (configuration for RecomMapEntity) (/)

* add forest heatmap
* add village heatmap
* add names to villages
* add general map names


* known issues or optimizations:
* prebuffering of zoom levels (for faster zooming) or find out what is the bottleneck
* (add pre-click-event (preclick, click, doublecklic) events)
Expand All @@ -19,16 +27,11 @@

# 1.1
* UI/MAP:
* improve map colors (<-)
* add scale bar
* add measurement tool
* add menu
* background entity layer?

* add forest heatmap
* add village heatmap
* add names to villages
* add general map names



Expand Down

0 comments on commit c81d305

Please sign in to comment.