moving-bits
moving-bits
Nice thing about self-hosting those files would be that we could integrate a download & update function for it as we have for routing tiles (including unzipping).
> any pointers on how to store additional info (2 int fields) in DB? I know there was a change recently that added something, but I can't find it. This...
Thanks @eddiemuc for your reply & review. To be honest, I adapted the complete input dialog from the already existing (but old) `SeekbarPreference`. I will apply your feedback there as...
To keep things simple, I adapted `ContinuousRangeSlider` in the minimum possible way by adding a `displayFactor` variable to `setScale`, as all of our current usages of `ContinuousRangeSlider` - have a...
retest this please
> Why are there negative numbers and decimal digits in the caption above the text input? That's the allowed value range in that specific context.
It should display only such characters that can be entered, IMHO. As our `ContinuousRangeSlider` currently supports only integer values, we could round it to the nearest integer. (If someone actually...
> > we could round it to the nearest integer. > > Sounds good as well 👍 see #13531
Ideally we would support an offline-only version for hillshading with VTM. Not sure if it's possible, though, to combine OpenGL vector map with bitmap hillshading layer, especially as VTM supports...
FYI: Another user request for this on support, ticket 317911