File tree 4 files changed +129
-233
lines changed
4 files changed +129
-233
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+
4
+ # v 2.16 - 2023-09-03
5
+
6
+ * Changes
7
+ * Port to OpenLayers 8
8
+
3
9
# v 2.15.2 - 2023-08-28
4
10
5
11
* Changes
Original file line number Diff line number Diff line change 2
2
* @module examples.rastersync
3
3
*/
4
4
import olSourceTileWMS from 'ol/source/TileWMS.js' ;
5
- import olSourceStamen from 'ol/source/Stamen .js' ;
5
+ import StadiaMaps from 'ol/source/StadiaMaps .js' ;
6
6
import OLCesium from 'olcs/OLCesium.ts' ;
7
7
import olLayerGroup from 'ol/layer/Group.js' ;
8
8
import olMap from 'ol/Map.js' ;
@@ -47,9 +47,9 @@ ol3d.setEnabled(true);
47
47
48
48
const addStamen = function ( ) { // eslint-disable-line no-unused-vars
49
49
ol2d . addLayer ( new olLayerTile ( {
50
- source : new olSourceStamen ( {
50
+ source : new StadiaMaps ( {
51
51
opacity : 0.7 ,
52
- layer : 'watercolor '
52
+ layer : 'stamen_watercolor '
53
53
} )
54
54
} ) ) ;
55
55
} ;
You can’t perform that action at this time.
0 commit comments