Changes between Version 7 and Version 8 of DevelopersGuide/DefaultPresets


Ignore:
Timestamp:
2014-11-19T21:38:37+01:00 (11 years ago)
Author:
Klumbumbus
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DevelopersGuide/DefaultPresets

    v7 v8  
    1515 * You can use overpass API to load these object in JOSM and check in the history who created them.
    1616
     17* When modifying the defaultpresets also the [source:trunk/styles/standard/elemstyles.mapcss main mappaint style] should be changed for consistency.
     18
    1719== New Icons
    1820* The preferred file format is svg (for lossless scaling). If this is not possible then png.
     
    2123* The icon should identifiable at a size of 16 pixels. This is the size the icons are displayed in the [[Help/MapView|Map View]].
    2224* The license needs to be compatible with GPL3 (like PD or CC0)
     25* If the tag applies to nodes, the icon in the MapView and the icon of the preset should be the same.
    2326* Icons with transparent background must not be only black or only white. Otherwise if one uses a black or white background (no aerial imagery as background) in the Map View black or white icons would be invisible. Workaround: if you want to use a black icon add a square white background to the icon instead of a transparent background. This doesn't look pretty but is better than an invisible icon. Example: [[Image(BlackWhiteIcon.png)]]