mirror of
https://github.com/ha7ilm/openwebrx.git
synced 2026-04-21 06:13:45 +00:00
add google maps
This commit is contained in:
parent
893f69ad18
commit
2324a2c837
5 changed files with 84 additions and 17 deletions
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue