Skip to content

Commit

Permalink
Fix UMD demo page (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
ghettovoice committed Mar 28, 2024
1 parent 9662e3e commit caa94c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/umd.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" />
</head>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/openlayers/8.1.0/ol.css" />
<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="../dist/ol-rotate-feature.umd.min.js"></script>
<script>
console.log(window)
Expand Down

0 comments on commit caa94c1

Please sign in to comment.