Uses of Class
org.openstreetmap.josm.data.imagery.vectortile.mapbox.style.MapboxVectorStyle
-
Packages that use MapboxVectorStyle Package Description org.openstreetmap.josm.data.imagery.vectortile.mapbox 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 MapboxVectorStyle in org.openstreetmap.josm.data.imagery.vectortile.mapbox
Fields in org.openstreetmap.josm.data.imagery.vectortile.mapbox declared as MapboxVectorStyle Modifier and Type Field Description private MapboxVectorStyleMapboxVectorTileSource. styleSourceMethods in org.openstreetmap.josm.data.imagery.vectortile.mapbox that return MapboxVectorStyle Modifier and Type Method Description MapboxVectorStyleMapboxVectorTileSource. getStyleSource()Get the style source for this Vector Tile source -
Uses of MapboxVectorStyle in org.openstreetmap.josm.data.imagery.vectortile.mapbox.style
Fields in org.openstreetmap.josm.data.imagery.vectortile.mapbox.style with type parameters of type MapboxVectorStyle Modifier and Type Field Description private static java.util.concurrent.ConcurrentHashMap<java.lang.String,MapboxVectorStyle>MapboxVectorStyle. STYLE_MAPPINGMethods in org.openstreetmap.josm.data.imagery.vectortile.mapbox.style that return MapboxVectorStyle Modifier and Type Method Description static MapboxVectorStyleMapboxVectorStyle. getMapboxVectorStyle(java.lang.String url)Get a MapboxVector style for a URL
-