feat: display organisations on map

Add buttons to toggle organisations and people

Resolves #87
This commit is contained in:
James Graham
2021-03-09 14:55:31 +00:00
parent 6670a87a52
commit 989c8141b3
8 changed files with 108 additions and 72 deletions

View File

@@ -77,8 +77,8 @@ urlpatterns = [
############
# Data views
path('map',
views.person.PersonMapView.as_view(),
name='person.map'),
views.map.MapView.as_view(),
name='map'),
path('network',
views.network.NetworkView.as_view(),