wiki:DevelopersGuide/DefaultPresets

Version 26 (modified by Klumbumbus, 8 years ago) ( diff )

+gradients error

Languages:

Defaultpresets Guidelines

Some rough guidelines for the defaultpresets and new icons.

New Tags and Values

Basically we have to make sure that the preset menu isn't too cluttered, because it would get hard to find the useful every-day stuff if we had too many exotic entries. New tags and values should have:

  • a proper documentation in the OSM-wiki
  • decent usage numbers (absolute and by number of mappers)
  • world wide usage
  • Controversial cases (like contact:phone=* vs. phone=*) need to be decided case by case.
  • If a features is only mapped by a handful of specialists, it is better suited for an external preset. Usually this includes tagging schemes restriced to one specific country, hobby, sport or profession. Instead of creating an own external preset you could also extend Presets/NewTags.

Note:

  • When investigating taginfo, also check where unusual values are used.
  • You can use overpass API to load these object in JOSM and check in the history who created them.
  • See also this example to search for the last editor of an specific tag.
  • When modifying the defaultpresets also the main mappaint style and maybe also validator rules should be changed for consistency.

New Icons

  • The preferred file format is svg (for lossless scaling). If this is not possible then png.
  • The icon must be identifiable at a size of 16 pixels. This is the default size the icons are displayed in the Map View.
  • The license needs to be compatible with GPL3 (like PD or CC0). A good source for Icons is openclipart.org (all icons there are PD). You can also check if JOSM already has a fitting unused icon in one of its icon folders: used icons and unused icons.
  • If the tag applies to nodes, the icon in the MapView and the icon of the preset should be the same if possible. (It is not possible when different features use the same preset, e.g. crossing=island and crossing=traffic_signals have different icons, but are handled in only one preset "Pedestrian Crossing".)
  • 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 or better use a white halo.
    Examples:
  • The icon should hide as less as possible in the mapview, so colourful icons with transparent background are preferred over black/white icons with square background.
  • The icon should be understandable in all countries.
  • Possible problems with svg in JOSM (Please check if the svg file correctly works within JOSM.)
    • The base size of svg should be 16px or larger than 64px. Images with a base size between 16 and 64 px will not be scaled down to 16px.
    • There are some svg libraries which do not work with JOSM (the images get deformed). If you have such a file try the following workaround: create a new svg document with Inkscape, copy the svg data to this new file, resize the page to the data and save.
    • Check the code of the file in a text editor. Search for viewBox value in the beginning of the file. If the icon is, for example, in 16x16 pixels, and if you made it in Inkscape (at least this happens in 0.91 version) and have defined in Document Properties 16,00000 by 16,00000 pixels, probably in the file code you have these values viewBox="0 0 16.000002 16.000001". Change it to viewBox="0 0 16 16" or you will have problems (see #12201 and the fix [o31865])
    • svg icons are automatically cleaned up to reduce file size in the JOSM build. So there is no need to do this step manually before uploading svg files to svn. See comment:35:ticket:10479, comment:10:ticket:10877 and ticket:12201#comment:21 Uncleaned svgs are better for further editing.
    • Due to a bug in svgcleaner however, the svg code shouldn't contain arguments starting with special characters in style codes e.g. -inkscape-font-specification:Sans;. This can lead to color changes (see #13158).
    • If the icon icludes gradients, the offset needs to increase at every stop, i.e. two stops with the same offset are not allowed, see svg salamander.

See also

Starting point for these rules was ticket:10246#comment:14.


Back to Developers Guide

Attachments (1)

Download all attachments as: .zip

Note: See TracWiki for help on using the wiki.