Added support for ENC maps
commitf8d856b7eeb7c787b437d8c06bfbfe3c2d7052c6
authorMartin Tůma <tumic@cbox.cz>
Fri, 4 Nov 2022 08:03:36 +0000 (4 09:03 +0100)
committerMartin Tůma <tumic@cbox.cz>
Fri, 4 Nov 2022 08:03:36 +0000 (4 09:03 +0100)
tree9217d7ec750741b7a47ce8c5f4ab2148cbf37970
parenta2e22cd93b8150d2ac04a52e3e2d24db77d1f4c1
Added support for ENC maps
28 files changed:
gpxsee.pro
gpxsee.qrc
icons/IMG/marine/wreck-dangerous.png [new file with mode: 0644]
src/GUI/stylecombobox.cpp
src/common/polygon.h
src/common/util.cpp
src/common/util.h
src/map/ENC/iso8211.cpp [new file with mode: 0644]
src/map/ENC/iso8211.h [new file with mode: 0644]
src/map/ENC/mapdata.cpp [new file with mode: 0644]
src/map/ENC/mapdata.h [new file with mode: 0644]
src/map/ENC/objects.h [new file with mode: 0644]
src/map/ENC/rastertile.cpp [new file with mode: 0644]
src/map/ENC/rastertile.h [new file with mode: 0644]
src/map/ENC/style.cpp [new file with mode: 0644]
src/map/ENC/style.h [new file with mode: 0644]
src/map/IMG/nodfile.cpp
src/map/IMG/rastertile.cpp
src/map/IMG/style.h
src/map/bitmapline.cpp [moved from src/map/IMG/bitmapline.cpp with 100% similarity]
src/map/bitmapline.h [moved from src/map/IMG/bitmapline.h with 100% similarity]
src/map/encmap.cpp [new file with mode: 0644]
src/map/encmap.h [new file with mode: 0644]
src/map/maplist.cpp
src/map/mapsforgemap.cpp
src/map/prjfile.cpp
src/map/textpathitem.cpp
src/map/textpathitem.h