Wille Marcel
Wille Marcel
Another possibility is to use clusters instead of a heatmap: https://www.mapbox.com/mapbox-gl-js/example/cluster/ Maybe it would be more informative...
@ajithranka https://osmcha.mapbox.com/changesets/16156126/ Now I've seen that there is a message, but it disappears after some seconds... I think it would be good if it stays on the screen until the...
@jake-low I think this solution will not work. I'm seeing this error in the osmcha backend when I try to login: `oauthlib.oauth2.rfc6749.errors.InvalidGrantError: (invalid_grant) The provided authorization grant is invalid, expired,...
@batpad I have `127.0.0.1/authorized` in the allowed redirect urls of the oauth2 key, OSM oauth2 doesn't allow `localhost`. A solution I used on another project was to add another endpoint...
@jake-low feel free to try the solution you proposed, although I think this issue is not a high priority right now.
@rbuffat I added some URL restrictions to the Mapbox token used in these layers. Do you have a recommendation on how to make it work for the watchdog and for...
Same case reported here: https://github.com/osmlab/editor-layer-index/issues/1811#issuecomment-1493109852
I've started implementing it some time ago, but it's unfinished https://github.com/OSMCha/osmcha-frontend/pull/574
Another enhancement that needs work: When passing a string to the `project_id` filter, it returns a 500 error, but should return an empty array. Example: `/api/v2/users/360183/tasks/?project_id=a`, returns `{"error": "User GET...
When we pass an invalid status value it also returns a 500 error, but should return an empty array, example: `/api/v2/users/360183/tasks/?task_status=AAA`