Custom Map Style toggles

Can I set my custom values fot map style toggles?
For example to highlight with green images from last 6 month and with yellow from 6 month to 1 year and then the rest? Some areas are updated more often so it would be useful to see outdated imagery

Most likely this is not possible, so maybe I can use custom filter by date like in the web version? And have some url for vector tiles that I can add to OsmAnd for instance?

Yes,

  1. In the web app you can use the date filter as you mentioned
  2. In the API you can filter on “captured_at”
  3. In OSMAnd you can also use the date filter (screenshot below)

The only place where we don’t yet have custom date filters is the mobile apps, and this is something we’ll consider for the future.

Cheers!

1 Like

Thank you! I completely forgot I have Mapillary plugin in OSMAnd

1 Like

@boris @nikola On a somewhat related note; Could you please add a toggle to the “Map data” menu of the web app that renders computed sequence positions (say, in orange or yellow)? In other words, add a computed positions layer. Such a layer would be helpful in diagnosing local areas that need additional coverage or more precise GPS data to improve reconstruction results.

@GITNE - do you mean you want to see a computed position for the whole sequence (rather than just computed positions for individual images which you can see today)?

1 Like

That’s right! :+1:

Gotcha, OK, we’ll think about this!

1 Like

I imagine the computed positions layer to work similar to the existing green layer, such that you could also hover over orange dots with image previews and such. I mean, you basically already have most of the code with the green layer, so that the most heavy lifting would need to be done in only setting up a computed positions tile rendering server, I guess. Anyways, thank you and good luck! :smiling_face:

1 Like