Pavel Kalian

Results 21 issues of Pavel Kalian

It would be nice to be able to set transparency for the whole MBTiles overlay using a slider to get effect like this if wanted (Mock simply hardcoding transparency to...

enhancement

When there are many tracks, vessel can be completely hidden by them. Rendering order should be swapped. ![image](https://github.com/user-attachments/assets/c667f125-683d-44c8-8459-42038bf2599d)

bug

The logic allowing COG/SOG calculation from position changes was removed from 5.10 probably during the communication code refactoring, but the UI setting `g_own_ship_sog_cog_calc` and `g_own_ship_sog_cog_calc_damp_sec` is still there. There are...

bug

The API call from a plugin calls `ChartCanvas::DoTiltCanvas`, which sets the tilt property of the viewport, but it is not reflected in any way. The API is used by the...

bug

While processing the Austrian cell `2WBD1885` from the EURIS catalog we crash: ``` Thread 47 "opencpn" received signal SIGSEGV, Segmentation fault. [Switching to Thread 0x7fffd9c006c0 (LWP 295376)] OGRLineString::getX (this=0x7fffb41b4530, i=0)...

bug

While importing GPX files we don't do a good job on resolution of duplicates in 5.8 Waypoint with the same GUID and different position is imported and creates a separate...

bug

A lot of datasets that would be useful as overlays on charts are available as shapefiles. Also there are high resolution land polygon and coastline datasets available from https://osmdata.openstreetmap.de/data/land-polygons.html and...

enhancement

Some of the extensions defined in http://www.expeditionmarine.com/xmlschemas/GpxExtensions.xsd can be easily mapped to our own extensions. ```xml This schema defines the Expedition extensions to be used with the GPX 1.1 schema....

enhancement

While importing GPX files we don't do a good job on resolution of duplicates in 5.8 Completely identical route or track can be imported and creates a duplicate

bug

There is a growing number of interesting sources of map tiles available online. We already support MBTiles which builds on the same logic. Our current MBTiles implementation is performing all...

enhancement