diff options
author | Christian Franke <nobody@nowhere.ws> | 2013-12-07 15:24:08 +0100 |
---|---|---|
committer | Christian Franke <nobody@nowhere.ws> | 2013-12-07 15:24:08 +0100 |
commit | 311873960a8a5e33dda1c05f3cbc1fe76d611289 (patch) | |
tree | f11b16d82304e1f83a1c39ca2cf1c411cba68e4d /web/index.html | |
parent | 2ff3a1ac91100aec214b7eecdcef982b9a703cf0 (diff) |
Add some code to allow placement of nodes
Diffstat (limited to 'web/index.html')
-rw-r--r-- | web/index.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/web/index.html b/web/index.html index 8596014..b57c57f 100644 --- a/web/index.html +++ b/web/index.html @@ -3,6 +3,8 @@ <head> <title>Eventmap</title> <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/eventmap.css" /> </head> <body> @@ -14,6 +16,8 @@ </div> <script src="js/jquery.min.js"></script> <script src="js/leaflet.js"></script> + <script src="js/leaflet.contextmenu.js"></script> + <script src="js/leaflet.draw.js"></script> <script src="js/eventmap.js"></script> </body> </html> |