This switches demo pages and modules to local web/vendor assets, fixes Three GLTFLoader local import resolution, and documents the runtime-data/agent commit workflow updates. Made-with: Cursor
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
<title>MapLibre GL + Three.js Asset Demo</title>
|
||||
<link
|
||||
rel="stylesheet"
|
||||
href="https://unpkg.com/maplibre-gl@4.7.1/dist/maplibre-gl.css"
|
||||
href="./vendor/maplibre/maplibre-gl.css"
|
||||
/>
|
||||
<style>
|
||||
:root {
|
||||
@@ -137,7 +137,7 @@
|
||||
<div id="map"></div>
|
||||
</div>
|
||||
|
||||
<script src="https://unpkg.com/maplibre-gl@4.7.1/dist/maplibre-gl.js"></script>
|
||||
<script src="./vendor/maplibre/maplibre-gl.js"></script>
|
||||
<script type="module" src="./maplibre-demo.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user