diff options
author | Christian Franke <nobody@nowhere.ws> | 2013-12-12 07:18:04 +0100 |
---|---|---|
committer | Christian Franke <nobody@nowhere.ws> | 2013-12-12 07:18:04 +0100 |
commit | 63f064e481b42252c0916359e752c678156c11e2 (patch) | |
tree | 18849d72e597ec1dd27ec2b555deae0b600fe30e /web/index.html | |
parent | 311873960a8a5e33dda1c05f3cbc1fe76d611289 (diff) |
Allow to label nodes
Diffstat (limited to 'web/index.html')
-rw-r--r-- | web/index.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/web/index.html b/web/index.html index b57c57f..388715b 100644 --- a/web/index.html +++ b/web/index.html @@ -5,6 +5,7 @@ <link rel="stylesheet" href="css/leaflet.css" /> <link rel="stylesheet" href="css/leaflet.contextmenu.css" /> <link rel="stylesheet" href="css/leaflet.draw.css" /> + <link rel="stylesheet" href="css/leaflet.label.css" /> <link rel="stylesheet" href="css/eventmap.css" /> </head> <body> @@ -18,6 +19,7 @@ <script src="js/leaflet.js"></script> <script src="js/leaflet.contextmenu.js"></script> <script src="js/leaflet.draw.js"></script> + <script src="js/leaflet.label.js"></script> <script src="js/eventmap.js"></script> </body> </html> |