add google maps

This commit is contained in:
Jakob Ketterl
2019-07-01 19:49:58 +02:00
parent 893f69ad18
commit 2324a2c837
5 changed files with 84 additions and 17 deletions

View File

@ -81,6 +81,7 @@ class IndexController(AssetsController):
class MapController(AssetsController):
def handle_request(self):
#TODO check if we have a google maps api key first?
self.serve_file("map.html", content_type = "text/html")
class WebSocketController(Controller):