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 -
-
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 Map<Source,ElemStyles>
MapboxVectorStyle. sources
The 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 Map<Source,ElemStyles>
MapboxVectorStyle. getSources()
Get the generated layer->style mapping
-