|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
|
<title>Fine-GeoJSONEditor, 好用的在线GeoJSON编辑工具</title>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div id="app"></div>
|
|
|
|
<script src="https://webapi.amap.com/loader.js"></script>
|
|
|
|
<script type="module" src="./src/index.tsx"></script>
|
|
|
|
</body>
|
|
|
|
</html>
|