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

Last change on this file since 8469 was 8469, checked in by Don-vip, 10 years ago

Add some more package-info.java to enhance Javadoc. Refactor package gui.actionsupport => move its only 3 classes to other packages

File size: 398 bytes
Line 
1// License: GPL. For details, see LICENSE file.
2
3/**
4 * Drawing system based on <a href="https://wiki.openstreetmap.org/wiki/MapCSS/0.2">MapCSS</a> map styles.
5 * This is the default system, and the only one maintained.
6 * For reference, see <a href="https://josm.openstreetmap.de/wiki/Help/Styles/MapCSSImplementation">JOSM wiki</a>
7 */
8package org.openstreetmap.josm.gui.mappaint.mapcss;
Note: See TracBrowser for help on using the repository browser.