bix fixes and added adsb map
[kismet-logviewer.git] / logviewer / logviewer / urls.py
index 5758a5f..ae573ea 100644 (file)
@@ -35,12 +35,12 @@ urlpatterns = [
     path('alerts/alerts_view.json', include('dbview.urls')),
     path('phy/phy80211/ssids/views/ssids.json', include('dbview.urls')),
     path('css/images/<str:loadfile>', include('kiscontent.urls')),
+    path('adsb_map_panel.html', include('adsbmap.urls')),
     path('system/status.json', include('dbview.urls')),
     path('alerts/wrapped/last-time/0/alerts.json', include('dbview.urls')),
     path('messagebus/last-time/0/messages.json', include('dbview.urls')),
     path('channels/channels.json', include('dbview.urls')),
     path('devices/views/all/devices.json', include('dbview.urls')),
-    #path('devices/views//devices.json', include('dbview.urls')),
     path('devices/views/phydot11_accesspoints/devices.json', include('dbview.urls')),
     path('devices/views/phy-RADIATION/devices.json', include('dbview.urls')),
     path('devices/views/phy-802.15.4/devices.json', include('dbview.urls')),
@@ -53,11 +53,9 @@ urlpatterns = [
     path('devices/views/phy-Z-Wave/devices.json', include('dbview.urls')),
     path('devices/views/phy-RTL433/devices.json', include('dbview.urls')),
     path('devices/views/phy-IEEE802.11/devices.json', include('dbview.urls')),
+    path('phy/ADSB/map_data.json', include('dbview.urls')),
     path('devices/by-key/<str:devicename>/device.json', include('devices.urls')),
     path('devices/multikey/as-object/devices.json', include('dbview.urls')),
-    #path('devices/views/phydot11_accesspoints/devices.json', include('dbview.urls')),
-    #path('devices/views/phy-RADIATION/devices.json', include('dbviews.urls')),
-    #path('devices/views/phy-802.15.4/devices.json', include('dbviews.utls')),
     path('datasource/by-uuid/<str:devicename>/source.json', include('devices.urls')),
     path('phy/phy80211/ssids/by-hash/<str:devicename>/ssid.json', include('devices.urls')),
     path('eventbus/', include('eventbus.urls')),