Changes between Version 40 and Version 41 of Ticket #13084
- Timestamp:
- 2016-07-20T23:56:02+02:00 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #13084 – Description
v40 v41 3 3 I compared the images folder in svn with the images folder from dezipped josm-latest r10501 and it revealed 23 unused sub folders and 243 unused icons (see complete list at the bottom). 4 4 5 The 243 icons in the list at the bottom are all from the osm svn. Is there a way to find out the unused icons which are in our svn? There are for sure some but unlike the icons from the osm svn they are included in the jar file.6 Examples I never discovered within JOSM: 7 8 {{{ 5 The 243 icons in the list at the bottom are all from the osm svn. ~~Is there a way to find out the unused icons which are in our svn? There are for sure some but unlike the icons from the osm svn they are included in the jar file.~~ => geticons.pl 6 ~~Examples I never discovered within JOSM:~~ 7 8 ~~ 9 9 data\projection\Departements_Lambert4Zones.png 10 10 data\projection\LambertCC9Zones.png 11 11 markers\Bridge.png 12 12 markers\web.png 13 }}} 13 ~~ 14 14 15 15 Our icons in the osm svn are not used by anyone else. (There is no changeset comment containing "icon" in the last years which is not JOSM related and Tom Hughes doesn't know about anyone using these icons. I asked him some time ago about this.) So it should be safe to move all the unused icons to our images_nodist folder. (Any concerns?)