We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 68de493 + 4ddc7ec commit 163721eCopy full SHA for 163721e
1 file changed
index.html
@@ -351,8 +351,15 @@ <h4>Generated GeoJSON</h4>
351
</div>
352
353
354
+ <script type="importmap">
355
+ {
356
+ "imports": {
357
+ "arc": "https://esm.sh/arc@1"
358
+ }
359
360
+ </script>
361
<script type="module">
- import { GreatCircle } from 'https://cdn.skypack.dev/arc@1';
362
+ import { GreatCircle } from "arc";
363
364
// Initialize map
365
var map = L.map('map').setView(new L.LatLng(0, 0), 2);
0 commit comments