ztNFny
ztNFny
@eddiemuc I'm working on this and created a new AndGeocacheFilter with 2 items: DistanceGeocacheFilter and HiddenGeocacheFilter. But in the search results in addition to the expected caches from GC connector...
It works for live map for GC connector and at least DistanceGeocacheFilter also works with Labs. Heres the direct link to the file: https://github.com/ztNFny/cgeo/blob/0443373cd6acbd7caf698c7683519c598432821e/main/src/cgeo/geocaching/loaders/CoordsGeocacheListLoader.java
Alternative implementation idea: add relative date filters for hidden date so one can apply a "recently hidden" to any list
Happens also with only hiddenGeocacheFilter. I suspect it's a bug in the framework somehow.
Thanks for takinh a look. Ill check the api response tomorrow.
Just remembered, publish date is most definitely available. I used to parse that looking for new labs before search had a setting for that
successfully implemented the filtering for ALs, thanks for all the pointers @eddiemuc ! Still struggling with the UI part for filters though, maybe I'll leave that to someone else ......
I've started implementing this in https://github.com/ztNFny/cgeo/tree/issue/12210_hillshading The major obstacle so far is SAF. Mapsforge requires a `java.io.File` object for the folder containing the dem files but as far as I...
> BTW: Isn't hill shading data already included in the map files available from openandromaps.org? No, they only include the info for contour lines (which may or may not be...
> is it necessary / meaningful that the folder to use is public? Like maps they can be shared between apps, so I'd say yes > I currently don't know...