Typo in script tag at example
See original GitHub issueat
https://openlayers.org/en/latest/examples/vector-tiles-4326.html
it says
<script src="https://cdn.polyfill.io/v2/polyfill.min.js?features=String.prototype.startsWith,Object.assign""></script>
should change the doublequote at the end to appear once, not twice (now it has a double doublequote 😉
Issue Analytics
- State:
- Created 3 years ago
- Comments:8 (4 by maintainers)
Top Results From Across the Web
Including <script> tag in <script type="text/template"> tag
In JavaScript, for instance, / and \/ mean the same thing inside a string, so you can "<\/script>" . text/template isn't a standard...
Read more >Frustrating Typos with JavaScript - Snook.ca
Frustrating Typos with JavaScript. Sometimes it's the small things that can frustrate you. A missing semi-colon, an extra comma.
Read more >PAGE — TypoScript Reference main documentation
PAGE¶. This defines what is rendered in the frontend. PAGE is an object type. A good habit is to use page as the...
Read more >Scripts in HTML documents - W3C
A client-side script is a program that may accompany an HTML document or be ... In this example, we declare the default scripting...
Read more >Script Tags - VTScada
Example : The following module will perform a first order filter on the value of a given Analog Status tag. A first order...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
See #11870 You can download a dev build from https://openlayers.org/en/main/build/ol.js and https://openlayers.org/en/main/build/ol.js.map
should be sufficient for all supported browsers unless an example uses additional external resources (the polyfill for
fetch
includesPromise
). Future version might use code needing these polyfills where currently not needed, so best include all instead of trying to filter by feature.