Uses of Class
org.openstreetmap.josm.data.imagery.vectortile.mapbox.style.Source
-
Packages that use Source Package Description org.openstreetmap.josm.data.imagery.vectortile.mapbox.style Provides classes for converting Mapbox Vector Styles to JOSM MapCSS stylesheets See the style specification for more information on what the Mapbox Vector Style translation code expects. -
-
Uses of Source in org.openstreetmap.josm.data.imagery.vectortile.mapbox.style
Fields in org.openstreetmap.josm.data.imagery.vectortile.mapbox.style with type parameters of type Source Modifier and Type Field Description private java.util.Map<Source,ElemStyles>MapboxVectorStyle. sourcesThe required collection of sources with a list of layers that are applicable for that sourceMethods in org.openstreetmap.josm.data.imagery.vectortile.mapbox.style that return types with arguments of type Source Modifier and Type Method Description java.util.Map<Source,ElemStyles>MapboxVectorStyle. getSources()Get the generated layer → style mapping
-