You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -23,7 +23,7 @@ import StamenDemo from "@demos/StamenDemo.vue"
23
23
### Props from OpenLayers
24
24
25
25
Properties are passed-trough from OpenLayers directly.
26
-
Their types and default values can be checked-out [in the official OpenLayers docs](https://openlayers.org/en/latest/apidoc/module-ol_source_Stamen-Stamen.html).
26
+
Their types and default values can be checked-out [in the official OpenLayers docs](https://openlayers.org/en/latest/apidoc/module-ol_source_StadiaMaps-StadiaMaps.html).
27
27
Only some properties deviate caused by reserved keywords from Vue / HTML.
28
28
This deviating props are described in the section below.
29
29
@@ -34,34 +34,34 @@ None.
34
34
## Events
35
35
36
36
You have access to all Events from the underlying source.
37
-
Check out [the official OpenLayers docs](https://openlayers.org/en/latest/apidoc/module-ol_source_Stamen-Stamen.html) to see the available events tht will be fired.
37
+
Check out [the official OpenLayers docs](https://openlayers.org/en/latest/apidoc/module-ol_source_StadiaMaps-StadiaMaps.html) to see the available events tht will be fired.
You have access to all Methods from the underlying source.
46
-
Check out [the official OpenLayers docs](https://openlayers.org/en/latest/apidoc/module-ol_source_Stamen-Stamen.html) to see the available methods.
46
+
Check out [the official OpenLayers docs](https://openlayers.org/en/latest/apidoc/module-ol_source_StadiaMaps-StadiaMaps.html) to see the available methods.
47
47
48
48
To access the source, you can use a `ref()` as shown below:
0 commit comments