Anton Khorev

Results 93 issues of Anton Khorev

"Politically correct" version of #3620 where instead of changing css we change javascript. Costs extra wrapper element for each button to utilize Bootstrap's gutters. There's an assumption that small screens...

Make layer selection buttons take less space on smaller screens, otherwise they are too stretched horizontally. And we may need more space for other things like note/data/trace checkboxes that are...

ui
changes requested

Fixes javascript errors when the note layer is enabled and there's a note without comments.

This is one of the prerequisites for not crashing when showing a note with all comments hidden. - not anymore for #3608, I removed access to `note.author` there

* Note description is not shown if there are no visible comments or if the first visible comment is not the first actual comment. In the latter case the first...

Make [index (bounding box) notes API call](https://wiki.openstreetmap.org/wiki/API_v0.6#Retrieving_notes_data_by_bounding_box:_GET_/api/0.6/notes) be able to receive `from` and `to` parameters similar to [search call](https://wiki.openstreetmap.org/wiki/API_v0.6#Search_for_notes:_GET_/api/0.6/notes/search). ## Use case With date range parameters you can request more...

Adds `update_date` to notes api output. Internally, notes have updated_at, created_at and closed_at dates. Create and close dates are available through the api, update date is not. Usually you can...

### URL https://www.openstreetmap.org/traces/new ### How to reproduce the issue? 1. go to *new trace* form 2. choose a file, leave everything else blank 3. try to submit, receive the message:...

As supported by cgimap. Related to https://github.com/openstreetmap/openstreetmap-website/pull/1189 which is a different implementation with different API entry points.

Continuation of #3634 which I didn't have time to finish in August... [As I said](https://github.com/openstreetmap/openstreetmap-website/pull/3634#issuecomment-1199687741) there's a different bug when tooltips are enabled/disabled and it needs a different fix. You...