{{{ extraHead.local }}} {{{ css.tag }}}
{{ shortdesc }}
import 'ol/ol.css'; {{ js.source }}
<!DOCTYPE html> <html lang="en"> <head> <title>{{ title }}</title> <!-- The line below is only needed for old environments like Internet Explorer and Android 4.x --> <script src="https://cdn.polyfill.io/v2/polyfill.min.js?features=fetch,requestAnimationFrame,Element.prototype.classList,URL"></script> <!-- Pointer events polyfill for old browsers, see https://caniuse.com/#feat=pointer --> <script src="https://unpkg.com/@openlayers/pepjs"></script>{{#if extraHead.remote}} {{ indent extraHead.remote spaces=4 }}{{/if}} <style> .map { width: 100%; height:400px; } {{#if css.source}}{{ indent css.source spaces=6 }}{{/if}} </style> </head> <body> {{ indent contents spaces=4 }} <script src="main.js"></script> </body> </html>
{{ worker.source }}
{{ pkgJson }}