Changes between Version 39 and Version 40 of Styles/Coloured_Streets
- Timestamp:
- 2014-04-04T17:24:22+02:00 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Styles/Coloured_Streets
v39 v40 38 38 JOSM default internal style compared to Coloured Streets 3.0: 39 39 40 [[Image(JOSM_internal_compared_to_Coloured_Streets 3.0.gif)]]40 [[Image(JOSM_internal_compared_to_Coloured_Streets.gif)]] 41 41 42 42 ^(This picture was created with a modified version of Coloured Streets to ensure that all colours show up top.)^ 43 43 44 44 === Changelog === 45 ==== Version 3.0.xx to 3.01.xx ==== 46 * The warning massage on streets "no name!" changed to "name?". All messages do now follow the same schema (all messages where something is missing with "?" and all messages where something is wrong with "!"). 47 * The following colours slightly changed for better distinction with other colors: 48 * !#228b22 changed to !#008f00 49 * !#32cd32 changed to !#54d954 50 * !#81621a changed to !#7d5a07 45 51 ==== Version 2.0.xx to 3.0.xx ==== 46 52 * Instead of analyzing the first letter of the street name for colour choice, now a crc32-hashcode is generated and based on this the colours are choosen. This results in the following listed advantages. Special thanks at this point to the development team of JOSM, which special for this mappaint style implemented a new function. Without this new function the following improvements wouldn't be possible.