// License: GPL. For details, see LICENSE file.

/**
 * Provides classes for converting Mapbox Vector Styles to JOSM MapCSS stylesheets
 * See the <a href="https://docs.mapbox.com/mapbox-gl-js/style-spec/">style specification</a> for
 * more information on what the Mapbox Vector Style translation code expects.
 */
package org.openstreetmap.josm.data.imagery.vectortile.mapbox.style;
