Skip to content

Commit

Permalink
Single page map scaffolding view and html. Upgrade (kinda) to Leaflet…
Browse files Browse the repository at this point in the history
…1.0 (#1077)

* Single page map scaffolding view and html. Upgrade single page to Leaflet 1.0
- ProjectMap will server as the main view for all project pages
- Side pannel can be displayed or hidden by switching between detail-hidden and detail-display
- Upgrade JUST project_map.html to Leaflet 1.0. Since other pages will be absorbed by this one, I am putting off the full upgrade until the other views have been reworked.
- Currently only standard tests for ProjectMapView. Will add more as more functionality is added.
- Removed L.Deflate temporarily. Running into issues with upgrade to leaflet 1.0

* ripped out django-leaflet. set up js/smap/
  • Loading branch information
linzjax committed May 11, 2017
1 parent 2de6597 commit f09c0f2
Show file tree
Hide file tree
Showing 25 changed files with 7,157 additions and 68 deletions.
1 change: 0 additions & 1 deletion cadasta/config/settings/default.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@
'parsley',
'widget_tweaks',
'django_countries',
'leaflet',
'rest_framework',
'rest_framework_gis',
'rest_framework.authtoken',
Expand Down
Loading

0 comments on commit f09c0f2

Please sign in to comment.