UNPKG
dhis2-maps-api
Version:
latest (29.0.0)
29.0.0
Maps API for DHIS2 based on Leaflet
github.com/dhis2/gis-api
dhis2/gis-api
dhis2-maps-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
>