Compare commits
64 Commits
Author | SHA1 | Date | |
---|---|---|---|
ca3ea08b99 | |||
70acdd3d96 | |||
226162eca1 | |||
8323694f64 | |||
42f785d14b | |||
87e259a7a1 | |||
c070aa062b | |||
a8473fa039 | |||
bdd60ed816 | |||
08f9486315 | |||
cdc9aa1e50 | |||
15767decfc | |||
5178b8732f | |||
f5553377f9 | |||
415962b583 | |||
0d65affd4b | |||
31a3463c9b | |||
46a9fffb8a | |||
f4765d0c48 | |||
0d9daf8b4f | |||
ed7fc5fba3 | |||
ed4c18b773 | |||
ba50e67380 | |||
eb81ee9aaa | |||
0c0d5dd273 | |||
7059eafc81 | |||
b4497aaa3e | |||
f90ac6a37e | |||
28caeef105 | |||
e2988d4621 | |||
285ffd680e | |||
50100b02dc | |||
6f7a90fb15 | |||
04091f21d5 | |||
89219a7948 | |||
d0ca202520 | |||
fafabef792 | |||
0da16199f8 | |||
7d7d62c786 | |||
d6a4e237d6 | |||
b6c7fe9cd1 | |||
b9396e6bbd | |||
372f2966bb | |||
1aa0fa4be4 | |||
f4e19d0917 | |||
91376fd609 | |||
92b2fbaf04 | |||
a21096a0a9 | |||
920cf03d1b | |||
72155beb6b | |||
88acc78e1c | |||
1583794329 | |||
beb2f6d70c | |||
afd3a09f50 | |||
2a247a2a38 | |||
44af6eea4d | |||
40c396a8c8 | |||
5018aecb42 | |||
a2d56236b6 | |||
b20a6cd479 | |||
7bbf6fba97 | |||
d2ac9f2ee6 | |||
fa344e94e4 | |||
dd53293229 |
@ -1,4 +1,4 @@
|
||||
version: 13.38.{build}
|
||||
version: 13.42.{build}
|
||||
|
||||
configuration:
|
||||
- Release
|
||||
|
@ -5,8 +5,8 @@ GPS log file formats.
|
||||
## Features
|
||||
* Opens GPX, TCX, FIT, KML, NMEA, IGC, CUP, SIGMA SLF, Suunto SML, LOC, GeoJSON,
|
||||
OziExplorer (PLT, RTE, WPT), Garmin GPI&CSV, TomTom OV2&ITN, ONmove OMD/GHP,
|
||||
TwoNav (TRK, RTE, WPT), GPSDump WPT, Velocitek VTK, 70mai GPS logs and geotagged
|
||||
JPEG files.
|
||||
TwoNav (TRK, RTE, WPT), GPSDump WPT, Velocitek VTK, Vakaros VKX, 70mai GPS logs
|
||||
and geotagged JPEG files.
|
||||
* Opens geo URIs (RFC 5870).
|
||||
* User-definable online maps (OpenStreetMap/Google tiles, WMTS, WMS, TMS,
|
||||
QuadTiles).
|
||||
|
@ -3,7 +3,7 @@ unix:!macx:!android {
|
||||
} else {
|
||||
TARGET = GPXSee
|
||||
}
|
||||
VERSION = 13.38
|
||||
VERSION = 13.42
|
||||
|
||||
QT += core \
|
||||
gui \
|
||||
@ -118,6 +118,7 @@ HEADERS += src/common/config.h \
|
||||
src/data/style.h \
|
||||
src/data/twonavparser.h \
|
||||
src/data/txtparser.h \
|
||||
src/data/vkxparser.h \
|
||||
src/data/vtkparser.h \
|
||||
src/map/ENC/data.h \
|
||||
src/map/IMG/light.h \
|
||||
@ -347,6 +348,7 @@ SOURCES += src/main.cpp \
|
||||
src/GUI/projectioncombobox.cpp \
|
||||
src/GUI/passwordedit.cpp \
|
||||
src/data/txtparser.cpp \
|
||||
src/data/vkxparser.cpp \
|
||||
src/data/vtkparser.cpp \
|
||||
src/map/downloader.cpp \
|
||||
src/map/demloader.cpp \
|
||||
@ -564,7 +566,8 @@ win32 {
|
||||
icons/formats/gemf.ico \
|
||||
icons/formats/000.ico \
|
||||
icons/formats/031.ico \
|
||||
icons/formats/vtk.ico
|
||||
icons/formats/vtk.ico \
|
||||
icons/formats/vkx.ico
|
||||
DEFINES += _USE_MATH_DEFINES \
|
||||
NOGDI
|
||||
}
|
||||
|
100
gpxsee.qrc
@ -43,6 +43,7 @@
|
||||
<file alias="casino-11.svg">icons/map/POI/casino-11.svg</file>
|
||||
<file alias="castle-11.svg">icons/map/POI/castle-11.svg</file>
|
||||
<file alias="cemetery-11.svg">icons/map/POI/cemetery-11.svg</file>
|
||||
<file alias="charging-station-11.svg">icons/map/POI/charging-station-11.svg</file>
|
||||
<file alias="cinema-11.svg">icons/map/POI/cinema-11.svg</file>
|
||||
<file alias="clothing-store-11.svg">icons/map/POI/clothing-store-11.svg</file>
|
||||
<file alias="college-11.svg">icons/map/POI/college-11.svg</file>
|
||||
@ -138,7 +139,101 @@
|
||||
<qresource prefix="/marine">
|
||||
<file alias="light-major.png">icons/map/marine/light-major.png</file>
|
||||
<file alias="buoy.png">icons/map/marine/buoy.png</file>
|
||||
<file alias="buoy-white.png">icons/map/marine/buoy-white.png</file>
|
||||
<file alias="buoy-white-black.png">icons/map/marine/buoy-white-black.png</file>
|
||||
<file alias="buoy-white-green.png">icons/map/marine/buoy-white-green.png</file>
|
||||
<file alias="buoy-white-red.png">icons/map/marine/buoy-white-red.png</file>
|
||||
<file alias="buoy-white-yellow.png">icons/map/marine/buoy-white-yellow.png</file>
|
||||
<file alias="buoy-white-yellow-white.png">icons/map/marine/buoy-white-yellow-white.png</file>
|
||||
<file alias="buoy-green.png">icons/map/marine/buoy-green.png</file>
|
||||
<file alias="buoy-green-white.png">icons/map/marine/buoy-green-white.png</file>
|
||||
<file alias="buoy-green-white-green-white.png">icons/map/marine/buoy-green-white-green-white.png</file>
|
||||
<file alias="buoy-green-black.png">icons/map/marine/buoy-green-black.png</file>
|
||||
<file alias="buoy-green-red.png">icons/map/marine/buoy-green-red.png</file>
|
||||
<file alias="buoy-green-red-green.png">icons/map/marine/buoy-green-red-green.png</file>
|
||||
<file alias="buoy-green-red-green-red.png">icons/map/marine/buoy-green-red-green-red.png</file>
|
||||
<file alias="buoy-red.png">icons/map/marine/buoy-red.png</file>
|
||||
<file alias="buoy-red-white.png">icons/map/marine/buoy-red-white.png</file>
|
||||
<file alias="buoy-red-white-red-white.png">icons/map/marine/buoy-red-white-red-white.png</file>
|
||||
<file alias="buoy-red-black.png">icons/map/marine/buoy-red-black.png</file>
|
||||
<file alias="buoy-red-green.png">icons/map/marine/buoy-red-green.png</file>
|
||||
<file alias="buoy-red-yellow.png">icons/map/marine/buoy-red-yellow.png</file>
|
||||
<file alias="buoy-red-green-red.png">icons/map/marine/buoy-red-green-red.png</file>
|
||||
<file alias="buoy-red-green-red-green.png">icons/map/marine/buoy-red-green-red-green.png</file>
|
||||
<file alias="buoy-yellow.png">icons/map/marine/buoy-yellow.png</file>
|
||||
<file alias="buoy-yellow-white.png">icons/map/marine/buoy-yellow-white.png</file>
|
||||
<file alias="buoy-yellow-white-yellow.png">icons/map/marine/buoy-yellow-white-yellow.png</file>
|
||||
<file alias="buoy-yellow-black.png">icons/map/marine/buoy-yellow-black.png</file>
|
||||
<file alias="buoy-yellow-black-yellow.png">icons/map/marine/buoy-yellow-black-yellow.png</file>
|
||||
<file alias="buoy-yellow-red-yellow.png">icons/map/marine/buoy-yellow-red-yellow.png</file>
|
||||
<file alias="buoy-black-white.png">icons/map/marine/buoy-black-white.png</file>
|
||||
<file alias="buoy-black-red.png">icons/map/marine/buoy-black-red.png</file>
|
||||
<file alias="buoy-black-white-black.png">icons/map/marine/buoy-black-white-black.png</file>
|
||||
<file alias="buoy-black-red-black.png">icons/map/marine/buoy-black-red-black.png</file>
|
||||
<file alias="buoy-black-green.png">icons/map/marine/buoy-black-green.png</file>
|
||||
<file alias="buoy-black-yellow.png">icons/map/marine/buoy-black-yellow.png</file>
|
||||
<file alias="buoy-black-yellow-black.png">icons/map/marine/buoy-black-yellow-black.png</file>
|
||||
<file alias="beacon.png">icons/map/marine/beacon.png</file>
|
||||
<file alias="beacon-white.png">icons/map/marine/beacon-white.png</file>
|
||||
<file alias="beacon-white-black.png">icons/map/marine/beacon-white-black.png</file>
|
||||
<file alias="beacon-white-green.png">icons/map/marine/beacon-white-green.png</file>
|
||||
<file alias="beacon-white-red.png">icons/map/marine/beacon-white-red.png</file>
|
||||
<file alias="beacon-white-yellow.png">icons/map/marine/beacon-white-yellow.png</file>
|
||||
<file alias="beacon-white-yellow-white.png">icons/map/marine/beacon-white-yellow-white.png</file>
|
||||
<file alias="beacon-green.png">icons/map/marine/beacon-green.png</file>
|
||||
<file alias="beacon-green-white.png">icons/map/marine/beacon-green-white.png</file>
|
||||
<file alias="beacon-green-white-green-white.png">icons/map/marine/beacon-green-white-green-white.png</file>
|
||||
<file alias="beacon-green-black.png">icons/map/marine/beacon-green-black.png</file>
|
||||
<file alias="beacon-green-red.png">icons/map/marine/beacon-green-red.png</file>
|
||||
<file alias="beacon-green-red-green.png">icons/map/marine/beacon-green-red-green.png</file>
|
||||
<file alias="beacon-green-red-green-red.png">icons/map/marine/beacon-green-red-green-red.png</file>
|
||||
<file alias="beacon-red.png">icons/map/marine/beacon-red.png</file>
|
||||
<file alias="beacon-red-white.png">icons/map/marine/beacon-red-white.png</file>
|
||||
<file alias="beacon-red-white-red-white.png">icons/map/marine/beacon-red-white-red-white.png</file>
|
||||
<file alias="beacon-red-black.png">icons/map/marine/beacon-red-black.png</file>
|
||||
<file alias="beacon-red-green.png">icons/map/marine/beacon-red-green.png</file>
|
||||
<file alias="beacon-red-yellow.png">icons/map/marine/beacon-red-yellow.png</file>
|
||||
<file alias="beacon-red-green-red.png">icons/map/marine/beacon-red-green-red.png</file>
|
||||
<file alias="beacon-red-green-red-green.png">icons/map/marine/beacon-red-green-red-green.png</file>
|
||||
<file alias="beacon-yellow.png">icons/map/marine/beacon-yellow.png</file>
|
||||
<file alias="beacon-yellow-white.png">icons/map/marine/beacon-yellow-white.png</file>
|
||||
<file alias="beacon-yellow-white-yellow.png">icons/map/marine/beacon-yellow-white-yellow.png</file>
|
||||
<file alias="beacon-yellow-black.png">icons/map/marine/beacon-yellow-black.png</file>
|
||||
<file alias="beacon-yellow-black-yellow.png">icons/map/marine/beacon-yellow-black-yellow.png</file>
|
||||
<file alias="beacon-yellow-red-yellow.png">icons/map/marine/beacon-yellow-red-yellow.png</file>
|
||||
<file alias="beacon-black-white.png">icons/map/marine/beacon-black-white.png</file>
|
||||
<file alias="beacon-black-white-black.png">icons/map/marine/beacon-black-white-black.png</file>
|
||||
<file alias="beacon-black-red.png">icons/map/marine/beacon-black-red.png</file>
|
||||
<file alias="beacon-black-red-black.png">icons/map/marine/beacon-black-red-black.png</file>
|
||||
<file alias="beacon-black-green.png">icons/map/marine/beacon-black-green.png</file>
|
||||
<file alias="beacon-black-yellow.png">icons/map/marine/beacon-black-yellow.png</file>
|
||||
<file alias="beacon-black-yellow-black.png">icons/map/marine/beacon-black-yellow-black.png</file>
|
||||
<file alias="spar-buoy.png">icons/map/marine/spar-buoy.png</file>
|
||||
<file alias="spar-buoy-red.png">icons/map/marine/spar-buoy-red.png</file>
|
||||
<file alias="spar-buoy-green.png">icons/map/marine/spar-buoy-green.png</file>
|
||||
<file alias="spar-buoy-yellow.png">icons/map/marine/spar-buoy-yellow.png</file>
|
||||
<file alias="spar-buoy-white.png">icons/map/marine/spar-buoy-white.png</file>
|
||||
<file alias="spar-buoy-black-yellow.png">icons/map/marine/spar-buoy-black-yellow.png</file>
|
||||
<file alias="spar-buoy-white-red.png">icons/map/marine/spar-buoy-white-red.png</file>
|
||||
<file alias="spar-buoy-black-red.png">icons/map/marine/spar-buoy-black-red.png</file>
|
||||
<file alias="spar-buoy-white-green.png">icons/map/marine/spar-buoy-white-green.png</file>
|
||||
<file alias="spar-buoy-red-yellow.png">icons/map/marine/spar-buoy-red-yellow.png</file>
|
||||
<file alias="spar-buoy-red-green.png">icons/map/marine/spar-buoy-red-green.png</file>
|
||||
<file alias="spar-buoy-black-yellow-black.png">icons/map/marine/spar-buoy-black-yellow-black.png</file>
|
||||
<file alias="spar-buoy-yellow-black.png">icons/map/marine/spar-buoy-yellow-black.png</file>
|
||||
<file alias="spar-buoy-yellow-black-yellow.png">icons/map/marine/spar-buoy-yellow-black-yellow.png</file>
|
||||
<file alias="spar-buoy-red-white.png">icons/map/marine/spar-buoy-red-white.png</file>
|
||||
<file alias="spar-buoy-green-red-green.png">icons/map/marine/spar-buoy-green-red-green.png</file>
|
||||
<file alias="spar-buoy-red-green-red.png">icons/map/marine/spar-buoy-red-green-red.png</file>
|
||||
<file alias="spar-buoy-black-red-black.png">icons/map/marine/spar-buoy-black-red-black.png</file>
|
||||
<file alias="spar-buoy-yellow-red-yellow.png">icons/map/marine/spar-buoy-yellow-red-yellow.png</file>
|
||||
<file alias="spar-buoy-green-red.png">icons/map/marine/spar-buoy-green-red.png</file>
|
||||
<file alias="spar-buoy-black-white.png">icons/map/marine/spar-buoy-black-white.png</file>
|
||||
<file alias="spar-buoy-white-yellow.png">icons/map/marine/spar-buoy-white-yellow.png</file>
|
||||
<file alias="spar-buoy-yellow-white.png">icons/map/marine/spar-buoy-yellow-white.png</file>
|
||||
<file alias="spar-buoy-green-white.png">icons/map/marine/spar-buoy-green-white.png</file>
|
||||
<file alias="mooring-buoy.png">icons/map/marine/mooring-buoy.png</file>
|
||||
<file alias="platform.png">icons/map/marine/platform.png</file>
|
||||
<file alias="rock-exposed.png">icons/map/marine/rock-exposed.png</file>
|
||||
<file alias="rock-dangerous.png">icons/map/marine/rock-dangerous.png</file>
|
||||
<file alias="wreck.png">icons/map/marine/wreck.png</file>
|
||||
@ -158,11 +253,8 @@
|
||||
<file alias="yacht-harbor.png">icons/map/marine/yacht-harbor.png</file>
|
||||
<file alias="fishing-harbor.png">icons/map/marine/fishing-harbor.png</file>
|
||||
<file alias="pile.png">icons/map/marine/pile.png</file>
|
||||
<file alias="spar-buoy.png">icons/map/marine/spar-buoy.png</file>
|
||||
<file alias="mooring-buoy.png">icons/map/marine/mooring-buoy.png</file>
|
||||
<file alias="tower.png">icons/map/marine/tower.png</file>
|
||||
<file alias="chimney.png">icons/map/marine/chimney.png</file>
|
||||
<file alias="platform.png">icons/map/marine/platform.png</file>
|
||||
<file alias="ferry-line.png">icons/map/marine/ferry-line.png</file>
|
||||
<file alias="dw-route-line.png">icons/map/marine/dw-route-line.png</file>
|
||||
<file alias="fence-line.png">icons/map/marine/fence-line.png</file>
|
||||
@ -217,6 +309,8 @@
|
||||
<file alias="nature-reserve-line.png">icons/map/marine/nature-reserve-line.png</file>
|
||||
<file alias="sanctuary-line.png">icons/map/marine/sanctuary-line.png</file>
|
||||
<file alias="fishing-farm.png">icons/map/marine/fishing-farm.png</file>
|
||||
<file alias="shellfish-farm-line.png">icons/map/marine/shellfish-farm-line.png</file>
|
||||
<file alias="degaussing-line.png">icons/map/marine/degaussing-line.png</file>
|
||||
</qresource>
|
||||
|
||||
<!-- Patterns (Mapsforge) -->
|
||||
|
@ -33,3 +33,4 @@ gemf:#147085
|
||||
000:#000000
|
||||
031:#000000
|
||||
vtk:#632433
|
||||
vkx:#00ccff
|
||||
|
BIN
icons/formats/vkx.icns
Normal file
BIN
icons/formats/vkx.ico
Normal file
After Width: | Height: | Size: 331 KiB |
4
icons/map/POI/charging-station-11.svg
Normal file
@ -0,0 +1,4 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg version="1.1" id="charging-station-11" xmlns="http://www.w3.org/2000/svg" width="11px" height="11px" viewBox="0 0 11 11">
|
||||
<path d="M9.5,3H9V1.5C9,1.2239,8.7761,1,8.5,1S8,1.2239,8,1.5V3c0,0.5523,0.4477,1,1,1v4.25C9,8.3881,8.8881,8.5,8.75,8.5
	S8.5,8.3881,8.5,8.25V6.5C8.5,5.6716,7.8284,5,7,5V2c0-0.5523-0.4477-1-1-1H2C1.4477,1,1,1.4477,1,2v7c0,0.5523,0.4477,1,1,1h4
	c0.5523,0,1-0.4477,1-1V6c0.2761,0,0.5,0.2239,0.5,0.5v1.75c0,0.6904,0.5596,1.25,1.25,1.25S10,8.9404,10,8.25V3.5
	C10,3.2239,9.7761,3,9.5,3z M3.5,8.75H3L4,6H1.75L4.5,2.25H5L4,5h2.25L3.5,8.75z"/>
|
||||
</svg>
|
After Width: | Height: | Size: 635 B |
BIN
icons/map/marine/beacon-black-green.png
Normal file
After Width: | Height: | Size: 282 B |
BIN
icons/map/marine/beacon-black-red-black.png
Normal file
After Width: | Height: | Size: 273 B |
BIN
icons/map/marine/beacon-black-red.png
Normal file
After Width: | Height: | Size: 277 B |
BIN
icons/map/marine/beacon-black-white-black.png
Normal file
After Width: | Height: | Size: 275 B |
BIN
icons/map/marine/beacon-black-white.png
Normal file
After Width: | Height: | Size: 278 B |
BIN
icons/map/marine/beacon-black-yellow-black.png
Normal file
After Width: | Height: | Size: 274 B |
BIN
icons/map/marine/beacon-black-yellow.png
Normal file
After Width: | Height: | Size: 278 B |
BIN
icons/map/marine/beacon-green-black.png
Normal file
After Width: | Height: | Size: 283 B |
BIN
icons/map/marine/beacon-green-red-green-red.png
Normal file
After Width: | Height: | Size: 294 B |
BIN
icons/map/marine/beacon-green-red-green.png
Normal file
After Width: | Height: | Size: 295 B |
BIN
icons/map/marine/beacon-green-red.png
Normal file
After Width: | Height: | Size: 290 B |
BIN
icons/map/marine/beacon-green-white-green-white.png
Normal file
After Width: | Height: | Size: 295 B |
BIN
icons/map/marine/beacon-green-white.png
Normal file
After Width: | Height: | Size: 286 B |
BIN
icons/map/marine/beacon-green.png
Normal file
After Width: | Height: | Size: 281 B |
BIN
icons/map/marine/beacon-red-black.png
Normal file
After Width: | Height: | Size: 277 B |
BIN
icons/map/marine/beacon-red-green-red-green.png
Normal file
After Width: | Height: | Size: 300 B |
BIN
icons/map/marine/beacon-red-green-red.png
Normal file
After Width: | Height: | Size: 293 B |
BIN
icons/map/marine/beacon-red-green.png
Normal file
After Width: | Height: | Size: 289 B |
BIN
icons/map/marine/beacon-red-white-red-white.png
Normal file
After Width: | Height: | Size: 288 B |
BIN
icons/map/marine/beacon-red-white.png
Normal file
After Width: | Height: | Size: 284 B |
BIN
icons/map/marine/beacon-red-yellow.png
Normal file
After Width: | Height: | Size: 283 B |
BIN
icons/map/marine/beacon-red.png
Normal file
After Width: | Height: | Size: 278 B |
BIN
icons/map/marine/beacon-white-black.png
Normal file
After Width: | Height: | Size: 277 B |
BIN
icons/map/marine/beacon-white-green.png
Normal file
After Width: | Height: | Size: 285 B |
BIN
icons/map/marine/beacon-white-red.png
Normal file
After Width: | Height: | Size: 281 B |
BIN
icons/map/marine/beacon-white-yellow-white.png
Normal file
After Width: | Height: | Size: 285 B |
BIN
icons/map/marine/beacon-white-yellow.png
Normal file
After Width: | Height: | Size: 279 B |
BIN
icons/map/marine/beacon-white.png
Normal file
After Width: | Height: | Size: 275 B |
BIN
icons/map/marine/beacon-yellow-black-yellow.png
Normal file
After Width: | Height: | Size: 282 B |
BIN
icons/map/marine/beacon-yellow-black.png
Normal file
After Width: | Height: | Size: 276 B |
BIN
icons/map/marine/beacon-yellow-red-yellow.png
Normal file
After Width: | Height: | Size: 286 B |
BIN
icons/map/marine/beacon-yellow-white-yellow.png
Normal file
After Width: | Height: | Size: 280 B |
BIN
icons/map/marine/beacon-yellow-white.png
Normal file
After Width: | Height: | Size: 280 B |
BIN
icons/map/marine/beacon-yellow.png
Normal file
After Width: | Height: | Size: 275 B |
Before Width: | Height: | Size: 202 B After Width: | Height: | Size: 266 B |
BIN
icons/map/marine/buoy-black-green.png
Normal file
After Width: | Height: | Size: 327 B |
BIN
icons/map/marine/buoy-black-red-black.png
Normal file
After Width: | Height: | Size: 330 B |
BIN
icons/map/marine/buoy-black-red.png
Normal file
After Width: | Height: | Size: 328 B |
BIN
icons/map/marine/buoy-black-white-black.png
Normal file
After Width: | Height: | Size: 320 B |
BIN
icons/map/marine/buoy-black-white.png
Normal file
After Width: | Height: | Size: 291 B |
BIN
icons/map/marine/buoy-black-yellow-black.png
Normal file
After Width: | Height: | Size: 326 B |
BIN
icons/map/marine/buoy-black-yellow.png
Normal file
After Width: | Height: | Size: 324 B |
BIN
icons/map/marine/buoy-green-black.png
Normal file
After Width: | Height: | Size: 336 B |
BIN
icons/map/marine/buoy-green-red-green-red.png
Normal file
After Width: | Height: | Size: 357 B |
BIN
icons/map/marine/buoy-green-red-green.png
Normal file
After Width: | Height: | Size: 351 B |
BIN
icons/map/marine/buoy-green-red.png
Normal file
After Width: | Height: | Size: 352 B |
BIN
icons/map/marine/buoy-green-white-green-white.png
Normal file
After Width: | Height: | Size: 353 B |
BIN
icons/map/marine/buoy-green-white.png
Normal file
After Width: | Height: | Size: 349 B |
BIN
icons/map/marine/buoy-green.png
Normal file
After Width: | Height: | Size: 332 B |
BIN
icons/map/marine/buoy-red-black.png
Normal file
After Width: | Height: | Size: 330 B |
BIN
icons/map/marine/buoy-red-green-red-green.png
Normal file
After Width: | Height: | Size: 353 B |
BIN
icons/map/marine/buoy-red-green-red.png
Normal file
After Width: | Height: | Size: 351 B |
BIN
icons/map/marine/buoy-red-green.png
Normal file
After Width: | Height: | Size: 343 B |
BIN
icons/map/marine/buoy-red-white-red-white.png
Normal file
After Width: | Height: | Size: 348 B |
BIN
icons/map/marine/buoy-red-white.png
Normal file
After Width: | Height: | Size: 338 B |
BIN
icons/map/marine/buoy-red-yellow.png
Normal file
After Width: | Height: | Size: 340 B |
BIN
icons/map/marine/buoy-red.png
Normal file
After Width: | Height: | Size: 332 B |
BIN
icons/map/marine/buoy-white-black.png
Normal file
After Width: | Height: | Size: 320 B |
BIN
icons/map/marine/buoy-white-green.png
Normal file
After Width: | Height: | Size: 338 B |
BIN
icons/map/marine/buoy-white-red.png
Normal file
After Width: | Height: | Size: 341 B |
BIN
icons/map/marine/buoy-white-yellow-white.png
Normal file
After Width: | Height: | Size: 331 B |
BIN
icons/map/marine/buoy-white-yellow.png
Normal file
After Width: | Height: | Size: 331 B |
BIN
icons/map/marine/buoy-white.png
Normal file
After Width: | Height: | Size: 324 B |
BIN
icons/map/marine/buoy-yellow-black-yellow.png
Normal file
After Width: | Height: | Size: 330 B |
BIN
icons/map/marine/buoy-yellow-black.png
Normal file
After Width: | Height: | Size: 324 B |
BIN
icons/map/marine/buoy-yellow-red-yellow.png
Normal file
After Width: | Height: | Size: 348 B |
BIN
icons/map/marine/buoy-yellow-white-yellow.png
Normal file
After Width: | Height: | Size: 337 B |
BIN
icons/map/marine/buoy-yellow-white.png
Normal file
After Width: | Height: | Size: 331 B |
BIN
icons/map/marine/buoy-yellow.png
Normal file
After Width: | Height: | Size: 330 B |
BIN
icons/map/marine/degaussing-line.png
Normal file
After Width: | Height: | Size: 273 B |
Before Width: | Height: | Size: 147 B After Width: | Height: | Size: 235 B |
Before Width: | Height: | Size: 217 B After Width: | Height: | Size: 292 B |
Before Width: | Height: | Size: 205 B After Width: | Height: | Size: 305 B |
Before Width: | Height: | Size: 630 B After Width: | Height: | Size: 617 B |
BIN
icons/map/marine/shellfish-farm-line.png
Normal file
After Width: | Height: | Size: 335 B |
BIN
icons/map/marine/spar-buoy-black-red-black.png
Normal file
After Width: | Height: | Size: 339 B |
BIN
icons/map/marine/spar-buoy-black-red.png
Normal file
After Width: | Height: | Size: 334 B |
BIN
icons/map/marine/spar-buoy-black-white.png
Normal file
After Width: | Height: | Size: 332 B |
BIN
icons/map/marine/spar-buoy-black-yellow-black.png
Normal file
After Width: | Height: | Size: 336 B |
BIN
icons/map/marine/spar-buoy-black-yellow.png
Normal file
After Width: | Height: | Size: 333 B |
BIN
icons/map/marine/spar-buoy-green-red-green.png
Normal file
After Width: | Height: | Size: 365 B |
BIN
icons/map/marine/spar-buoy-green-red.png
Normal file
After Width: | Height: | Size: 354 B |
BIN
icons/map/marine/spar-buoy-green-white.png
Normal file
After Width: | Height: | Size: 353 B |
BIN
icons/map/marine/spar-buoy-green.png
Normal file
After Width: | Height: | Size: 348 B |
BIN
icons/map/marine/spar-buoy-red-green-red.png
Normal file
After Width: | Height: | Size: 361 B |
BIN
icons/map/marine/spar-buoy-red-green.png
Normal file
After Width: | Height: | Size: 356 B |
BIN
icons/map/marine/spar-buoy-red-white.png
Normal file
After Width: | Height: | Size: 345 B |
BIN
icons/map/marine/spar-buoy-red-yellow.png
Normal file
After Width: | Height: | Size: 345 B |
BIN
icons/map/marine/spar-buoy-red.png
Normal file
After Width: | Height: | Size: 337 B |
BIN
icons/map/marine/spar-buoy-white-green.png
Normal file
After Width: | Height: | Size: 355 B |
BIN
icons/map/marine/spar-buoy-white-red.png
Normal file
After Width: | Height: | Size: 343 B |
BIN
icons/map/marine/spar-buoy-white-yellow.png
Normal file
After Width: | Height: | Size: 341 B |