Skip to content

Commit

Permalink
Merge pull request #990 from terrestris/fix/missing-layer-types
Browse files Browse the repository at this point in the history
Adds missing layer types for tile layers and mark VECTORTILE as deprecated
  • Loading branch information
ahennr authored Mar 6, 2025
2 parents 02e1ed1 + 2eefdd4 commit 10f8ee5
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,14 @@

public enum LayerType {
TILEWMS("TileWMS"),
@Deprecated
VECTORTILE("VectorTile"),
WFS("WFS"),
WMS("WMS"),
WMTS("WMTS"),
WMSTIME("WMSTime"),
MAPBOXSTYLE("MapboxStyle"),
MVT("MVT"),
XYZ("XYZ");

private final String type;
Expand Down

0 comments on commit 10f8ee5

Please sign in to comment.