mirror of
https://github.com/tumic0/GPXSee.git
synced 2025-06-08 03:03:02 +02:00
Compare commits
No commits in common. "8fa7b63763716026df6dc050b51dab16b38acdc3" and "f588bad785f2845f9bad3303d17263becd9d93c6" have entirely different histories.
8fa7b63763
...
f588bad785
@ -1,8 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<map xmlns="http://www.gpxsee.org/map/1.4">
|
||||
<name>OpenFreeMap</name>
|
||||
<url>https://tiles.openfreemap.org/planet/latest/$z/$x/$y.pbf</url>
|
||||
<tile type="vector" size="512"/>
|
||||
<zoom max="14"/>
|
||||
<copyright>© OpenFreeMap © OpenMapTiles © OpenStreetMap contributors</copyright>
|
||||
</map>
|
@ -334,7 +334,6 @@
|
||||
<file alias="seaward-limit-of-contiguous-zone.png">icons/map/marine/seaward-limit-of-contiguous-zone.png</file>
|
||||
<file alias="foul.png">icons/map/marine/foul.png</file>
|
||||
<file alias="dumping-ground-line.png">icons/map/marine/dumping-ground-line.png</file>
|
||||
<file alias="radio-call-garmin.png">icons/map/marine/radio-call-garmin.png</file>
|
||||
</qresource>
|
||||
|
||||
<!-- Patterns (Mapsforge) -->
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 290 B |
@ -374,9 +374,9 @@ bool RGNFile::readClassFields(Handle &hdl, SegmentType segmentType,
|
||||
|
||||
if (poly && Style::isRaster(poly->type))
|
||||
readRasterInfo(hdl, lbl, rs, poly);
|
||||
|
||||
if (point && !Style::isMarinePoint(point->type))
|
||||
readLabel(hdl, lbl, lblHdl, flags, rs, point);
|
||||
|
||||
if (point && Style::isDepthPoint(point->type))
|
||||
readDepthInfo(hdl, flags, rs, point);
|
||||
if (point && Style::isObstructionPoint(point->type))
|
||||
|
@ -909,7 +909,6 @@ void Style::defaultPointStyle(qreal ratio)
|
||||
_points[0x10703] = Point(QImage(":/marine/yacht-harbor.png"));
|
||||
_points[0x10704] = Point(QImage(":/marine/pile.png"));
|
||||
_points[0x10705] = Point(QImage(":/marine/anchoring-prohibited.png"));
|
||||
_points[0x10708] = Point(QImage(":/marine/radio-call-garmin.png"));
|
||||
_points[0x1070a] = Point(QImage(":/marine/rescue-station.png"));
|
||||
_points[0x1070b] = Point(QImage(":/marine/fishing-harbor.png"));
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user