source: josm/trunk/src/org/openstreetmap/josm/gui/mappaint/package-info.java@ 10145

Last change on this file since 10145 was 8624, checked in by bastiK, 9 years ago

add missing svn:eol-style=native

  • Property svn:eol-style set to native
File size: 544 bytes
Line 
1// License: GPL. For details, see LICENSE file.
2
3/**
4 * Drawing system allowing to display and render OSM map data in a user-friendly and customizable way, through map styles.<br>
5 * Two implementations are provided:
6 * <ul>
7 * <li>XML: this was the system used by default JOSM map style for a long time. Kept for compatibility but not maintained anymore</li>
8 * <li>MapCSS: new default system, more powerful than XML, and easier to use to write map styles. Only system maintained</li>
9 * </ul>
10 */
11package org.openstreetmap.josm.gui.mappaint;
Note: See TracBrowser for help on using the repository browser.