Skip to content

Commit 824b332

Browse files
committed
Removes Stamen
Signed-off-by: Daniel Kastl <[email protected]>
1 parent 2df4ea3 commit 824b332

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/views/gtt_map_layers/_form.html.erb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<p>
2323
<%= f.select :source,
2424
options_for_select(
25-
['BingMaps','CartoDB','Google','ImageStatic','ImageWMS','OSM','Raster','Stamen',
25+
['BingMaps','CartoDB','Google','ImageStatic','ImageWMS','OSM','Raster',
2626
'TileJSON','TileWMS','UTFGrid','Vector','VectorTile','WMTS','XYZ'],
2727
selected: f.object.source ),
2828
{ include_blank: t('map_layer.source_options_select') }
@@ -51,7 +51,7 @@
5151
document.addEventListener('DOMContentLoaded', function() {
5252
const map_layer_config = {
5353
'Image': ['ImageStatic','ImageWMS','Raster'],
54-
'Tile': ['BingMaps','CartoDB','OSM','Stamen','TileJSON','TileWMS','UTFGrid','WMTS','XYZ'],
54+
'Tile': ['BingMaps','CartoDB','OSM','TileJSON','TileWMS','UTFGrid','WMTS','XYZ'],
5555
'MapboxVector': [],
5656
'Vector': ['Vector'],
5757
'VectorTile': ['VectorTile'],

0 commit comments

Comments
 (0)