// License: GPL. For details, see LICENSE file.
package org.openstreetmap.josm.data.imagery.vectortile.mapbox.style;

/**
 * The scheme used for tiles
 */
public enum Scheme {
    /** Standard slippy map scheme */
    XYZ,
    /** OSGeo specification scheme */
    TMS
}
