Changes between Version 7 and Version 8 of DevelopersGuide/DefaultPresets
- Timestamp:
- 2014-11-19T21:38:37+01:00 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DevelopersGuide/DefaultPresets
v7 v8 15 15 * You can use overpass API to load these object in JOSM and check in the history who created them. 16 16 17 * When modifying the defaultpresets also the [source:trunk/styles/standard/elemstyles.mapcss main mappaint style] should be changed for consistency. 18 17 19 == New Icons 18 20 * The preferred file format is svg (for lossless scaling). If this is not possible then png. … … 21 23 * The icon should identifiable at a size of 16 pixels. This is the size the icons are displayed in the [[Help/MapView|Map View]]. 22 24 * 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. 23 26 * 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)]]