UNPKG
@web-map-service/map2d-app
Version:
latest (0.2.2)
0.2.2
0.2.1
0.2.0
0.1.1
0.1.0
基于openlayer的2D地图应用
@web-map-service/map2d-app
/
index.html
11 lines
•
268 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE
html
>
<
html
>
<
head
>
<
meta
charset
=
"utf-8"
>
<
meta
name
=
"viewport"
content
=
"width=device-width, initial-scale=1.0"
>
</
head
>
<
body
>
<
div
id
=
"app"
>
</
div
>
<
script
type
=
"module"
src
=
"./serve/src/index.ts"
>
</
script
>
</
body
>
</
html
>