Konstantin Pastbin

Results 35 issues of Konstantin Pastbin

https://github.com/organicmaps/organicmaps/pull/8481 doesn't work / doesn't display extra types when e.g. a POI doesn't have a name and title is filled with the "main" type. The subtitle is left empty. Looks...

Bug
POI Info

When a user taps on gpx/kml in a file manager or messenger they can select OM to handle the file. OM then opens and shows a short-timed pop up that...

Bookmarks and Tracks
UX

- closes https://github.com/organicmaps/organicmaps/issues/6915 ![image](https://github.com/organicmaps/organicmaps/assets/18434508/a8989d09-e070-4ef9-a49e-5d31f4883ea6) ![image](https://github.com/organicmaps/organicmaps/assets/18434508/2303eb12-c23e-4fa0-9a79-0f22a69ae9d4) TODO - put casing color and opacity into styles - night mode - check the PT routing - add casing/outline to stop circles - ?...

Current GPS altitude display is meters above the WGS 84 ellipsoid. It could be e.g. 50 meters off a more accurate msl (mean sea level) altitude. (more about a difference...

Android
GPS

Does it really need `BEST_GEOMETRY` to do its job? Maybe `WORST_GEOMETRY` will be enough? It'll be much less data to read and lighter on memory. It seems to be the...

Routing
Performance

The annotation was half-deleted in https://github.com/organicmaps/organicmaps/pull/9523#discussion_r1802660683. Cleanup redundant leftovers.

Currently a long tap on the map is used to hide/show the UI (buttons), which is a niche feature and may confuse some users even #9344. An idea is to...

Raw Idea
UX

The main purpose of isolines is to give information about altitude changes, hence their "vertical" aspect (step between lines or density) is more important than "horizontal" precision. But current OM...

Elevation
Generator

So far just a prototype of case 1. from https://github.com/organicmaps/organicmaps/issues/2185#issuecomment-1614907113. Sharing it to discuss the approach / new classification. The basic idea is to add e.g. `highway-path-major` for trails which...

For each POI we have multiple icons: - a "main" svg icon e.g. `data/styles/clear/style-clear/symbols/buddhist-m.svg` ![buddhist-m](https://user-images.githubusercontent.com/18434508/152651892-8b195c98-9b8b-46be-ba59-4356163f03da.svg) - it's "small" version `data/styles/clear/style-clear/symbols/buddhist-s.svg` ![buddhist-s](https://user-images.githubusercontent.com/18434508/152675810-34f5faaa-2915-4f09-926c-0be562fd7ec2.svg) - a "night"/"dark" style counterpart `data/styles/clear/style-night/symbols/buddhist-m.svg` ![buddhist-m](https://user-images.githubusercontent.com/18434508/152651908-8dcf5e03-b871-4626-8ce2-5b09454d09d8.svg) - and...

Icons
Refactoring