slippy trials

This commit is contained in:
Expo on server
2024-05-16 19:50:28 +01:00
parent 26566cafad
commit fe7e3dbc5a
30 changed files with 2945 additions and 1 deletions

12
map/test2/index.html Normal file
View File

@@ -0,0 +1,12 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Quick Start</title>
</head>
<body>
<div id="map"></div>
<script type="module" src="./main.js"></script>
</body>