tmap icon indicating copy to clipboard operation
tmap copied to clipboard

'view' mode: looking for leaflet features

Open mtennekes opened this issue 2 years ago • 3 comments

tmap v4 is progressing well. The plot mode is almost finished, now working on view mode. I'm trying to implement as many There are a few features that would be nice-to-have:

  • [ ] text that has a fixed position in the window (for tm_title)
  • [x] text that has a fixed position in the window (tm_credits) #806
  • [x] legend symbols other than squares
  • [x] landscape legends

Are there leaflet extension packages that can do this (@tim-salabim) ? For the current version, I implemented the titles myself in a pretty ugly way, so hope to outsource this for v4.

mtennekes avatar Feb 18 '23 19:02 mtennekes

Not sure about the text, but there's https://github.com/tomroh/leaflegend for the legend stuff.

tim-salabim avatar Feb 19 '23 09:02 tim-salabim