Fix ol.css for some examples
- es2015-custom-element needs css variables declared in :host - external-map-map still does not work when editing in codesandbox, though that neither worked before.
This commit is contained in:
@@ -18,7 +18,7 @@ layout: default.hbs
|
||||
<p>
|
||||
If you want to try out OpenLayers without downloading anything (<b>not recommended for production</b>), include the following in the head of your html page:
|
||||
<pre><code class="language-html"><script src="https://cdn.jsdelivr.net/gh/openlayers/openlayers.github.io@master/en/{{ version }}/build/ol.js"></script>
|
||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/openlayers/openlayers.github.io@master/en/{{ version }}/css/ol.css">
|
||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/openlayers/openlayers.github.io@master/en/{{ version }}/theme/ol.css">
|
||||
</code></pre>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user