Skip to content

Commit

Permalink
Merge pull request #188 from rticommunity/develop
Browse files Browse the repository at this point in the history
CON-287: Update 'maps' example dependency (#185) to release/connector/1.3.0
  • Loading branch information
Alxe authored Feb 5, 2024
2 parents c5a7e4c + 6211243 commit f19ec97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/nodejs/web_socket/indexMaps.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<!-- The line below is only needed for old environments like Internet Explorer and Android 4.x -->
<script src="/socket.io/socket.io.js"></script>
<script src="https://cdn.polyfill.io/v2/polyfill.min.js?features=requestAnimationFrame,Element.prototype.classList,URL"></script>
<script src="https://cdn.rawgit.com/openlayers/openlayers.github.io/master/en/v6.0.1/build/ol.js"></script>
<script src="https://cdn.rawgit.com/openlayers/openlayers.github.io/main/dist/en/v6.0.1/build/ol.js"></script>
<style>
.map {
width: 100%;
Expand Down

0 comments on commit f19ec97

Please sign in to comment.