Skip to content

Commit

Permalink
Update demo.html (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
ghettovoice authored Mar 28, 2024
1 parent 70a4670 commit a25ef9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions demo.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
padding : 0;
}
</style>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/openlayers/openlayers.github.io@master/en/v6.3.1/css/ol.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/openlayers/8.1.0/ol.css" />
</head>
<body>
<div id="map"></div>

<script src="https://cdn.jsdelivr.net/gh/openlayers/openlayers.github.io@master/en/v6.3.1/build/ol.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/openlayers/8.1.0/dist/ol.min.js"></script>
<script src="https://unpkg.com/ol-rotate-feature@latest/dist/ol-rotate-feature.umd.min.js"></script>
<script>
console.log(window)
Expand Down

0 comments on commit a25ef9e

Please sign in to comment.