Package | Description |
---|---|
org.openstreetmap.josm.gui.layer.markerlayer |
Provides classes for handling marker layers.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultMarkerProducers
Marker specifying the default behaviour.
|
Modifier and Type | Field and Description |
---|---|
private static java.util.List<MarkerProducers> |
Marker.markerProducers
Plugins can add their Marker creation stuff at the bottom or top of this list
(depending on whether they want to override default behaviour or just add new stuff).
|
Modifier and Type | Method and Description |
---|---|
static void |
Marker.appendMarkerProducer(MarkerProducers mp)
Add a new marker producers at the end of the JOSM list.
|
static void |
Marker.prependMarkerProducer(MarkerProducers mp)
Add a new marker producers at the beginning of the JOSM list.
|