UNPKG
gis-api
Version:
latest (25.0.4)
25.0.4
25.0.3
24.0.4
GIS API for DHIS 2 based on Leaflet
github.com/dhis2/gis-api
dhis2/gis-api
gis-api
/
example
/
list
/
index.html
15 lines
(12 loc)
•
218 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!DOCTYPE
html
>
<
html
lang
=
"en"
>
<
head
>
<
meta
charset
=
"UTF-8"
>
<
title
>
</
title
>
</
head
>
<
body
>
<
h1
>
Leaflet props
</
h1
>
<
ul
id
=
"leafletProps"
>
</
ul
>
<
script
src
=
"./index.js"
>
</
script
>
</
body
>
</
html
>