Added support for waypoint icons
@ -48,7 +48,8 @@ GPXSee uses [Weblate](https://hosted.weblate.org/projects/gpxsee/translations/)
|
||||
GPXSee is licensed under GPL-3.0 (only). However, some 3rd party parts are using different, GPL compatible,
|
||||
licenses:
|
||||
* [Oxygen icons](icons/GUI) - LGPLv3
|
||||
* [Mapbox Maki icons](icons/POI) - CC0
|
||||
* [Mapbox Maki icons](icons/IMG) - CC0
|
||||
* [Map Icons Collection](icons/symbols) - CC BY SA 3.0
|
||||
* [RTree implementation](src/common/rtree.h) - Public domain
|
||||
* [Albers](src/map/proj/albersequal.cpp), [Geocentric](src/map/geocentric.cpp), [LCC](src/map/proj/lambertconic.cpp),
|
||||
[Mercator](src/map/proj/mercator.cpp), [Polar Stereographic](src/map/proj/polarstereographic.cpp),
|
||||
|
59
gpxsee.pro
@ -33,6 +33,7 @@ HEADERS += src/common/config.h \
|
||||
src/common/tifffile.h \
|
||||
src/common/downloader.h \
|
||||
src/common/polygon.h \
|
||||
src/common/color.h \
|
||||
src/GUI/authenticationwidget.h \
|
||||
src/GUI/axislabelitem.h \
|
||||
src/GUI/dirselectwidget.h \
|
||||
@ -191,7 +192,6 @@ HEADERS += src/common/config.h \
|
||||
src/map/osm.h \
|
||||
src/map/rmap.h \
|
||||
src/map/calibrationpoint.h \
|
||||
src/map/color.h \
|
||||
src/map/textitem.h \
|
||||
src/map/aqmmap.h \
|
||||
src/map/mapsforgemap.h \
|
||||
@ -439,58 +439,17 @@ macx {
|
||||
ICON = icons/app/gpxsee.icns
|
||||
QMAKE_INFO_PLIST = pkg/Info.plist
|
||||
locale.path = Contents/Resources/translations
|
||||
locale.files = lang/gpxsee_en.qm \
|
||||
lang/gpxsee_cs.qm \
|
||||
lang/gpxsee_de.qm \
|
||||
lang/gpxsee_fi.qm \
|
||||
lang/gpxsee_fr.qm \
|
||||
lang/gpxsee_ru.qm \
|
||||
lang/gpxsee_sv.qm \
|
||||
lang/gpxsee_pl.qm \
|
||||
lang/gpxsee_nb.qm \
|
||||
lang/gpxsee_da.qm \
|
||||
lang/gpxsee_tr.qm \
|
||||
lang/gpxsee_es.qm \
|
||||
lang/gpxsee_pt_BR.qm \
|
||||
lang/gpxsee_uk.qm \
|
||||
lang/gpxsee_hu.qm \
|
||||
lang/gpxsee_it.qm \
|
||||
lang/gpxsee_eo.qm \
|
||||
lang/gpxsee_zh.qm
|
||||
locale.files = lang/*.qm
|
||||
csv.path = Contents/Resources
|
||||
csv.files = pkg/csv
|
||||
maps.path = Contents/Resources
|
||||
maps.files = pkg/maps
|
||||
symbols.path = Contents/Resources/symbols
|
||||
symbols.files = icons/symbols/*.png
|
||||
icons.path = Contents/Resources/icons
|
||||
icons.files = icons/formats/gpx.icns \
|
||||
icons/formats/tcx.icns \
|
||||
icons/formats/kml.icns \
|
||||
icons/formats/fit.icns \
|
||||
icons/formats/igc.icns \
|
||||
icons/formats/nmea.icns \
|
||||
icons/formats/plt.icns \
|
||||
icons/formats/rte.icns \
|
||||
icons/formats/wpt.icns \
|
||||
icons/formats/loc.icns \
|
||||
icons/formats/slf.icns \
|
||||
icons/formats/json.icns \
|
||||
icons/formats/cup.icns \
|
||||
icons/formats/gpi.icns \
|
||||
icons/formats/sml.icns \
|
||||
icons/formats/img.icns \
|
||||
icons/formats/jnx.icns \
|
||||
icons/formats/kap.icns \
|
||||
icons/formats/mbts.icns \
|
||||
icons/formats/rmap.icns \
|
||||
icons/formats/tba.icns \
|
||||
icons/formats/aqm.icns \
|
||||
icons/formats/sqlt.icns \
|
||||
icons/formats/ov2.icns \
|
||||
icons/formats/itn.icns \
|
||||
icons/formats/wld.icns \
|
||||
icons/formats/omd.icns \
|
||||
icons/formats/ghp.icns
|
||||
QMAKE_BUNDLE_DATA += locale maps icons csv
|
||||
icons.files = icons/formats/*.icns
|
||||
|
||||
QMAKE_BUNDLE_DATA += locale maps symbols icons csv
|
||||
}
|
||||
|
||||
win32 {
|
||||
@ -535,6 +494,8 @@ unix:!macx {
|
||||
maps.path = $$PREFIX/share/gpxsee/maps
|
||||
csv.files = pkg/csv/*
|
||||
csv.path = $$PREFIX/share/gpxsee/csv
|
||||
symbols.files = icons/symbols/*.png
|
||||
symbols.path = $$PREFIX/share/gpxsee/symbols
|
||||
locale.files = lang/*.qm
|
||||
locale.path = $$PREFIX/share/gpxsee/translations
|
||||
icon.files = icons/app/hicolor/*
|
||||
@ -544,5 +505,5 @@ unix:!macx {
|
||||
mime.files = pkg/gpxsee.xml
|
||||
mime.path = $$PREFIX/share/mime/packages
|
||||
target.path = $$PREFIX/bin
|
||||
INSTALLS += target maps csv locale icon desktop mime
|
||||
INSTALLS += target maps csv symbols locale icon desktop mime
|
||||
}
|
||||
|
158
gpxsee.qrc
@ -51,85 +51,85 @@
|
||||
<file alias="document-encrypt@2x.png">icons/GUI/document-encrypt.png</file>
|
||||
</qresource>
|
||||
|
||||
<!-- POI icons for default IMG map style -->
|
||||
<qresource prefix="/POI">
|
||||
<file alias="airfield-11.png">icons/POI/airfield-11.png</file>
|
||||
<file alias="airport-11.png">icons/POI/airport-11.png</file>
|
||||
<file alias="amusement-park-11.png">icons/POI/amusement-park-11.png</file>
|
||||
<file alias="bakery-11.png">icons/POI/bakery-11.png</file>
|
||||
<file alias="bank-11.png">icons/POI/bank-11.png</file>
|
||||
<file alias="bar-11.png">icons/POI/bar-11.png</file>
|
||||
<file alias="bbq-11.png">icons/POI/bbq-11.png</file>
|
||||
<file alias="beach-11.png">icons/POI/beach-11.png</file>
|
||||
<file alias="bowling-alley-11.png">icons/POI/bowling-alley-11.png</file>
|
||||
<file alias="building-alt1-11.png">icons/POI/building-alt1-11.png</file>
|
||||
<file alias="bridge-11.png">icons/POI/bridge-11.png</file>
|
||||
<file alias="bus-11.png">icons/POI/bus-11.png</file>
|
||||
<file alias="cafe-11.png">icons/POI/cafe-11.png</file>
|
||||
<file alias="campsite-11.png">icons/POI/campsite-11.png</file>
|
||||
<file alias="car-11.png">icons/POI/car-11.png</file>
|
||||
<file alias="car-rental-11.png">icons/POI/car-rental-11.png</file>
|
||||
<file alias="car-repair-11.png">icons/POI/car-repair-11.png</file>
|
||||
<file alias="casino-11.png">icons/POI/casino-11.png</file>
|
||||
<file alias="cemetery-11.png">icons/POI/cemetery-11.png</file>
|
||||
<file alias="cinema-11.png">icons/POI/cinema-11.png</file>
|
||||
<file alias="clothing-store-11.png">icons/POI/clothing-store-11.png</file>
|
||||
<file alias="communications-tower-11.png">icons/POI/communications-tower-11.png</file>
|
||||
<file alias="convenience-11.png">icons/POI/convenience-11.png</file>
|
||||
<file alias="dam-11.png">icons/POI/dam-11.png</file>
|
||||
<file alias="danger-11.png">icons/POI/danger-11.png</file>
|
||||
<file alias="drinking-water-11.png">icons/POI/drinking-water-11.png</file>
|
||||
<file alias="fast-food-11.png">icons/POI/fast-food-11.png</file>
|
||||
<file alias="entrance-alt1-11.png">icons/POI/entrance-alt1-11.png</file>
|
||||
<file alias="fire-station-11.png">icons/POI/fire-station-11.png</file>
|
||||
<file alias="fitness-centre-11.png">icons/POI/fitness-centre-11.png</file>
|
||||
<file alias="fuel-11.png">icons/POI/fuel-11.png</file>
|
||||
<file alias="furniture-11.png">icons/POI/furniture-11.png</file>
|
||||
<file alias="garden-11.png">icons/POI/garden-11.png</file>
|
||||
<file alias="garden-centre-11.png">icons/POI/garden-centre-11.png</file>
|
||||
<file alias="golf-11.png">icons/POI/golf-11.png</file>
|
||||
<file alias="grocery-11.png">icons/POI/grocery-11.png</file>
|
||||
<file alias="hairdresser-11.png">icons/POI/hairdresser-11.png</file>
|
||||
<file alias="harbor-11.png">icons/POI/harbor-11.png</file>
|
||||
<file alias="hardware-11.png">icons/POI/hardware-11.png</file>
|
||||
<file alias="heliport-11.png">icons/POI/heliport-11.png</file>
|
||||
<file alias="hospital-11.png">icons/POI/hospital-11.png</file>
|
||||
<file alias="information-11.png">icons/POI/information-11.png</file>
|
||||
<file alias="landmark-11.png">icons/POI/landmark-11.png</file>
|
||||
<file alias="library-11.png">icons/POI/library-11.png</file>
|
||||
<file alias="lodging-11.png">icons/POI/lodging-11.png</file>
|
||||
<file alias="mountain-11.png">icons/POI/mountain-11.png</file>
|
||||
<file alias="museum-11.png">icons/POI/museum-11.png</file>
|
||||
<file alias="park-11.png">icons/POI/park-11.png</file>
|
||||
<file alias="parking-11.png">icons/POI/parking-11.png</file>
|
||||
<file alias="pharmacy-11.png">icons/POI/pharmacy-11.png</file>
|
||||
<file alias="picnic-site-11.png">icons/POI/picnic-site-11.png</file>
|
||||
<file alias="place-of-worship-11.png">icons/POI/place-of-worship-11.png</file>
|
||||
<file alias="police-11.png">icons/POI/police-11.png</file>
|
||||
<file alias="post-11.png">icons/POI/post-11.png</file>
|
||||
<file alias="religious-christian-11.png">icons/POI/religious-christian-11.png</file>
|
||||
<file alias="religious-jewish-11.png">icons/POI/religious-jewish-11.png</file>
|
||||
<file alias="religious-muslim-11.png">icons/POI/religious-muslim-11.png</file>
|
||||
<file alias="restaurant-11.png">icons/POI/restaurant-11.png</file>
|
||||
<file alias="restaurant-noodle-11.png">icons/POI/restaurant-noodle-11.png</file>
|
||||
<file alias="restaurant-pizza-11.png">icons/POI/restaurant-pizza-11.png</file>
|
||||
<file alias="restaurant-seafood-11.png">icons/POI/restaurant-seafood-11.png</file>
|
||||
<file alias="roadblock-11.png">icons/POI/roadblock-11.png</file>
|
||||
<file alias="school-11.png">icons/POI/school-11.png</file>
|
||||
<file alias="shelter-11.png">icons/POI/shelter-11.png</file>
|
||||
<file alias="shop-11.png">icons/POI/shop-11.png</file>
|
||||
<file alias="skiing-11.png">icons/POI/skiing-11.png</file>
|
||||
<file alias="soccer-11.png">icons/POI/soccer-11.png</file>
|
||||
<file alias="swimming-11.png">icons/POI/swimming-11.png</file>
|
||||
<file alias="theatre-11.png">icons/POI/theatre-11.png</file>
|
||||
<file alias="telephone-11.png">icons/POI/telephone-11.png</file>
|
||||
<file alias="toilet-11.png">icons/POI/toilet-11.png</file>
|
||||
<file alias="town-hall-11.png">icons/POI/town-hall-11.png</file>
|
||||
<file alias="viewpoint-11.png">icons/POI/viewpoint-11.png</file>
|
||||
<file alias="village-11.png">icons/POI/village-11.png</file>
|
||||
<file alias="waterfall-11.png">icons/POI/waterfall-11.png</file>
|
||||
<file alias="wetland-11.png">icons/POI/wetland-11.png</file>
|
||||
<file alias="zoo-11.png">icons/POI/zoo-11.png</file>
|
||||
<!-- IMG map style -->
|
||||
<qresource prefix="/IMG">
|
||||
<file alias="airfield-11.png">icons/IMG/airfield-11.png</file>
|
||||
<file alias="airport-11.png">icons/IMG/airport-11.png</file>
|
||||
<file alias="amusement-park-11.png">icons/IMG/amusement-park-11.png</file>
|
||||
<file alias="bakery-11.png">icons/IMG/bakery-11.png</file>
|
||||
<file alias="bank-11.png">icons/IMG/bank-11.png</file>
|
||||
<file alias="bar-11.png">icons/IMG/bar-11.png</file>
|
||||
<file alias="bbq-11.png">icons/IMG/bbq-11.png</file>
|
||||
<file alias="beach-11.png">icons/IMG/beach-11.png</file>
|
||||
<file alias="bowling-alley-11.png">icons/IMG/bowling-alley-11.png</file>
|
||||
<file alias="building-alt1-11.png">icons/IMG/building-alt1-11.png</file>
|
||||
<file alias="bridge-11.png">icons/IMG/bridge-11.png</file>
|
||||
<file alias="bus-11.png">icons/IMG/bus-11.png</file>
|
||||
<file alias="cafe-11.png">icons/IMG/cafe-11.png</file>
|
||||
<file alias="campsite-11.png">icons/IMG/campsite-11.png</file>
|
||||
<file alias="car-11.png">icons/IMG/car-11.png</file>
|
||||
<file alias="car-rental-11.png">icons/IMG/car-rental-11.png</file>
|
||||
<file alias="car-repair-11.png">icons/IMG/car-repair-11.png</file>
|
||||
<file alias="casino-11.png">icons/IMG/casino-11.png</file>
|
||||
<file alias="cemetery-11.png">icons/IMG/cemetery-11.png</file>
|
||||
<file alias="cinema-11.png">icons/IMG/cinema-11.png</file>
|
||||
<file alias="clothing-store-11.png">icons/IMG/clothing-store-11.png</file>
|
||||
<file alias="communications-tower-11.png">icons/IMG/communications-tower-11.png</file>
|
||||
<file alias="convenience-11.png">icons/IMG/convenience-11.png</file>
|
||||
<file alias="dam-11.png">icons/IMG/dam-11.png</file>
|
||||
<file alias="danger-11.png">icons/IMG/danger-11.png</file>
|
||||
<file alias="drinking-water-11.png">icons/IMG/drinking-water-11.png</file>
|
||||
<file alias="fast-food-11.png">icons/IMG/fast-food-11.png</file>
|
||||
<file alias="entrance-alt1-11.png">icons/IMG/entrance-alt1-11.png</file>
|
||||
<file alias="fire-station-11.png">icons/IMG/fire-station-11.png</file>
|
||||
<file alias="fitness-centre-11.png">icons/IMG/fitness-centre-11.png</file>
|
||||
<file alias="fuel-11.png">icons/IMG/fuel-11.png</file>
|
||||
<file alias="furniture-11.png">icons/IMG/furniture-11.png</file>
|
||||
<file alias="garden-11.png">icons/IMG/garden-11.png</file>
|
||||
<file alias="garden-centre-11.png">icons/IMG/garden-centre-11.png</file>
|
||||
<file alias="golf-11.png">icons/IMG/golf-11.png</file>
|
||||
<file alias="grocery-11.png">icons/IMG/grocery-11.png</file>
|
||||
<file alias="hairdresser-11.png">icons/IMG/hairdresser-11.png</file>
|
||||
<file alias="harbor-11.png">icons/IMG/harbor-11.png</file>
|
||||
<file alias="hardware-11.png">icons/IMG/hardware-11.png</file>
|
||||
<file alias="heliport-11.png">icons/IMG/heliport-11.png</file>
|
||||
<file alias="hospital-11.png">icons/IMG/hospital-11.png</file>
|
||||
<file alias="information-11.png">icons/IMG/information-11.png</file>
|
||||
<file alias="landmark-11.png">icons/IMG/landmark-11.png</file>
|
||||
<file alias="library-11.png">icons/IMG/library-11.png</file>
|
||||
<file alias="lodging-11.png">icons/IMG/lodging-11.png</file>
|
||||
<file alias="mountain-11.png">icons/IMG/mountain-11.png</file>
|
||||
<file alias="museum-11.png">icons/IMG/museum-11.png</file>
|
||||
<file alias="park-11.png">icons/IMG/park-11.png</file>
|
||||
<file alias="parking-11.png">icons/IMG/parking-11.png</file>
|
||||
<file alias="pharmacy-11.png">icons/IMG/pharmacy-11.png</file>
|
||||
<file alias="picnic-site-11.png">icons/IMG/picnic-site-11.png</file>
|
||||
<file alias="place-of-worship-11.png">icons/IMG/place-of-worship-11.png</file>
|
||||
<file alias="police-11.png">icons/IMG/police-11.png</file>
|
||||
<file alias="post-11.png">icons/IMG/post-11.png</file>
|
||||
<file alias="religious-christian-11.png">icons/IMG/religious-christian-11.png</file>
|
||||
<file alias="religious-jewish-11.png">icons/IMG/religious-jewish-11.png</file>
|
||||
<file alias="religious-muslim-11.png">icons/IMG/religious-muslim-11.png</file>
|
||||
<file alias="restaurant-11.png">icons/IMG/restaurant-11.png</file>
|
||||
<file alias="restaurant-noodle-11.png">icons/IMG/restaurant-noodle-11.png</file>
|
||||
<file alias="restaurant-pizza-11.png">icons/IMG/restaurant-pizza-11.png</file>
|
||||
<file alias="restaurant-seafood-11.png">icons/IMG/restaurant-seafood-11.png</file>
|
||||
<file alias="roadblock-11.png">icons/IMG/roadblock-11.png</file>
|
||||
<file alias="school-11.png">icons/IMG/school-11.png</file>
|
||||
<file alias="shelter-11.png">icons/IMG/shelter-11.png</file>
|
||||
<file alias="shop-11.png">icons/IMG/shop-11.png</file>
|
||||
<file alias="skiing-11.png">icons/IMG/skiing-11.png</file>
|
||||
<file alias="soccer-11.png">icons/IMG/soccer-11.png</file>
|
||||
<file alias="swimming-11.png">icons/IMG/swimming-11.png</file>
|
||||
<file alias="theatre-11.png">icons/IMG/theatre-11.png</file>
|
||||
<file alias="telephone-11.png">icons/IMG/telephone-11.png</file>
|
||||
<file alias="toilet-11.png">icons/IMG/toilet-11.png</file>
|
||||
<file alias="town-hall-11.png">icons/IMG/town-hall-11.png</file>
|
||||
<file alias="viewpoint-11.png">icons/IMG/viewpoint-11.png</file>
|
||||
<file alias="village-11.png">icons/IMG/village-11.png</file>
|
||||
<file alias="waterfall-11.png">icons/IMG/waterfall-11.png</file>
|
||||
<file alias="wetland-11.png">icons/IMG/wetland-11.png</file>
|
||||
<file alias="zoo-11.png">icons/IMG/zoo-11.png</file>
|
||||
</qresource>
|
||||
|
||||
<!-- Mapsforge rendertheme -->
|
||||
|
Before Width: | Height: | Size: 380 B After Width: | Height: | Size: 380 B |
Before Width: | Height: | Size: 402 B After Width: | Height: | Size: 402 B |
Before Width: | Height: | Size: 428 B After Width: | Height: | Size: 428 B |
Before Width: | Height: | Size: 383 B After Width: | Height: | Size: 383 B |
Before Width: | Height: | Size: 363 B After Width: | Height: | Size: 363 B |
Before Width: | Height: | Size: 374 B After Width: | Height: | Size: 374 B |
Before Width: | Height: | Size: 393 B After Width: | Height: | Size: 393 B |
Before Width: | Height: | Size: 395 B After Width: | Height: | Size: 395 B |
Before Width: | Height: | Size: 386 B After Width: | Height: | Size: 386 B |
Before Width: | Height: | Size: 365 B After Width: | Height: | Size: 365 B |
Before Width: | Height: | Size: 343 B After Width: | Height: | Size: 343 B |
Before Width: | Height: | Size: 378 B After Width: | Height: | Size: 378 B |
Before Width: | Height: | Size: 351 B After Width: | Height: | Size: 351 B |
Before Width: | Height: | Size: 366 B After Width: | Height: | Size: 366 B |
Before Width: | Height: | Size: 368 B After Width: | Height: | Size: 368 B |
Before Width: | Height: | Size: 390 B After Width: | Height: | Size: 390 B |
Before Width: | Height: | Size: 381 B After Width: | Height: | Size: 381 B |
Before Width: | Height: | Size: 369 B After Width: | Height: | Size: 369 B |
Before Width: | Height: | Size: 357 B After Width: | Height: | Size: 357 B |
Before Width: | Height: | Size: 356 B After Width: | Height: | Size: 356 B |
Before Width: | Height: | Size: 351 B After Width: | Height: | Size: 351 B |
Before Width: | Height: | Size: 402 B After Width: | Height: | Size: 402 B |
Before Width: | Height: | Size: 650 B After Width: | Height: | Size: 650 B |
Before Width: | Height: | Size: 376 B After Width: | Height: | Size: 376 B |
Before Width: | Height: | Size: 421 B After Width: | Height: | Size: 421 B |
Before Width: | Height: | Size: 367 B After Width: | Height: | Size: 367 B |
Before Width: | Height: | Size: 611 B After Width: | Height: | Size: 611 B |
Before Width: | Height: | Size: 344 B After Width: | Height: | Size: 344 B |
Before Width: | Height: | Size: 403 B After Width: | Height: | Size: 403 B |
Before Width: | Height: | Size: 326 B After Width: | Height: | Size: 326 B |
Before Width: | Height: | Size: 377 B After Width: | Height: | Size: 377 B |
Before Width: | Height: | Size: 348 B After Width: | Height: | Size: 348 B |
Before Width: | Height: | Size: 402 B After Width: | Height: | Size: 402 B |
Before Width: | Height: | Size: 352 B After Width: | Height: | Size: 352 B |
Before Width: | Height: | Size: 394 B After Width: | Height: | Size: 394 B |
Before Width: | Height: | Size: 355 B After Width: | Height: | Size: 355 B |
Before Width: | Height: | Size: 380 B After Width: | Height: | Size: 380 B |
Before Width: | Height: | Size: 404 B After Width: | Height: | Size: 404 B |
Before Width: | Height: | Size: 366 B After Width: | Height: | Size: 366 B |
Before Width: | Height: | Size: 390 B After Width: | Height: | Size: 390 B |
Before Width: | Height: | Size: 326 B After Width: | Height: | Size: 326 B |
Before Width: | Height: | Size: 359 B After Width: | Height: | Size: 359 B |
Before Width: | Height: | Size: 341 B After Width: | Height: | Size: 341 B |
Before Width: | Height: | Size: 410 B After Width: | Height: | Size: 410 B |
@ -1,4 +1,4 @@
|
||||
The POI icons are Mapbox Maki icons (https://labs.mapbox.com/maki-icons/)
|
||||
The IMG style icons are Mapbox Maki icons (https://labs.mapbox.com/maki-icons/)
|
||||
licensed under CC0.
|
||||
|
||||
-----
|
Before Width: | Height: | Size: 345 B After Width: | Height: | Size: 345 B |
Before Width: | Height: | Size: 384 B After Width: | Height: | Size: 384 B |
Before Width: | Height: | Size: 366 B After Width: | Height: | Size: 366 B |
Before Width: | Height: | Size: 399 B After Width: | Height: | Size: 399 B |
Before Width: | Height: | Size: 369 B After Width: | Height: | Size: 369 B |
Before Width: | Height: | Size: 364 B After Width: | Height: | Size: 364 B |
Before Width: | Height: | Size: 377 B After Width: | Height: | Size: 377 B |
Before Width: | Height: | Size: 344 B After Width: | Height: | Size: 344 B |
Before Width: | Height: | Size: 394 B After Width: | Height: | Size: 394 B |
Before Width: | Height: | Size: 365 B After Width: | Height: | Size: 365 B |
Before Width: | Height: | Size: 311 B After Width: | Height: | Size: 311 B |
Before Width: | Height: | Size: 359 B After Width: | Height: | Size: 359 B |
Before Width: | Height: | Size: 401 B After Width: | Height: | Size: 401 B |
Before Width: | Height: | Size: 361 B After Width: | Height: | Size: 361 B |
Before Width: | Height: | Size: 396 B After Width: | Height: | Size: 396 B |
Before Width: | Height: | Size: 396 B After Width: | Height: | Size: 396 B |
Before Width: | Height: | Size: 407 B After Width: | Height: | Size: 407 B |
Before Width: | Height: | Size: 383 B After Width: | Height: | Size: 383 B |
Before Width: | Height: | Size: 333 B After Width: | Height: | Size: 333 B |
Before Width: | Height: | Size: 325 B After Width: | Height: | Size: 325 B |
Before Width: | Height: | Size: 381 B After Width: | Height: | Size: 381 B |
Before Width: | Height: | Size: 399 B After Width: | Height: | Size: 399 B |
Before Width: | Height: | Size: 397 B After Width: | Height: | Size: 397 B |
Before Width: | Height: | Size: 404 B After Width: | Height: | Size: 404 B |
Before Width: | Height: | Size: 377 B After Width: | Height: | Size: 377 B |
Before Width: | Height: | Size: 428 B After Width: | Height: | Size: 428 B |
Before Width: | Height: | Size: 407 B After Width: | Height: | Size: 407 B |
Before Width: | Height: | Size: 348 B After Width: | Height: | Size: 348 B |
Before Width: | Height: | Size: 383 B After Width: | Height: | Size: 383 B |
Before Width: | Height: | Size: 373 B After Width: | Height: | Size: 373 B |
Before Width: | Height: | Size: 392 B After Width: | Height: | Size: 392 B |
Before Width: | Height: | Size: 427 B After Width: | Height: | Size: 427 B |
Before Width: | Height: | Size: 382 B After Width: | Height: | Size: 382 B |
BIN
icons/symbols/ATV.png
Normal file
After Width: | Height: | Size: 1.3 KiB |
BIN
icons/symbols/Airport.png
Normal file
After Width: | Height: | Size: 1.4 KiB |
BIN
icons/symbols/Amusement Park.png
Normal file
After Width: | Height: | Size: 1.6 KiB |
BIN
icons/symbols/Anchor.png
Normal file
After Width: | Height: | Size: 1.1 KiB |
BIN
icons/symbols/Ballpark.png
Normal file
After Width: | Height: | Size: 1.1 KiB |
BIN
icons/symbols/Bank.png
Normal file
After Width: | Height: | Size: 1.0 KiB |
BIN
icons/symbols/Bar.png
Normal file
After Width: | Height: | Size: 929 B |
BIN
icons/symbols/Beach.png
Normal file
After Width: | Height: | Size: 1.6 KiB |
BIN
icons/symbols/Big Game.png
Normal file
After Width: | Height: | Size: 1.4 KiB |
BIN
icons/symbols/Bike Trail.png
Normal file
After Width: | Height: | Size: 1.3 KiB |
BIN
icons/symbols/Boat Ramp.png
Normal file
After Width: | Height: | Size: 1.3 KiB |
BIN
icons/symbols/Bowling.png
Normal file
After Width: | Height: | Size: 1.6 KiB |
BIN
icons/symbols/Bridge.png
Normal file
After Width: | Height: | Size: 938 B |
BIN
icons/symbols/Building.png
Normal file
After Width: | Height: | Size: 707 B |
BIN
icons/symbols/Campground.png
Normal file
After Width: | Height: | Size: 987 B |
BIN
icons/symbols/Car Rental.png
Normal file
After Width: | Height: | Size: 1.0 KiB |
BIN
icons/symbols/Car Repair.png
Normal file
After Width: | Height: | Size: 1.4 KiB |
BIN
icons/symbols/Car.png
Normal file
After Width: | Height: | Size: 967 B |
BIN
icons/symbols/Cemetary.png
Normal file
After Width: | Height: | Size: 1.3 KiB |