-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
wms buffer #1
wms buffer #1
Conversation
…and reduce the overall number of dom elements on the map
Sounds good to me. I guess this wouldn't affect the baselayers we are loading via the generic Layer plugin; should we also reduce the buffer for them? |
AFAIK the layers that we use the generic Layer plugin for (the pre-configured base layers) already have "buffer: 0" in their configuration, no? |
yes you're right. i'll actually look at the code before providing feedback next time around. |
Sheetal's Latest Work
Added migrations for security groups stuff. thanks @capooti!
Add Bootstrap 3.1.1 and Fontawesome 4.0.3
Debian packaging updates for Geonode 2.0
Expose GeoGIT functionality.
Add Celery configuration
Switch to https
replace import * with named imports where feasible
minor flake8 cleanups
add try block to catch instance of no default style
update mainstream repository
Codecov Report
@@ Coverage Diff @@
## master #1 +/- ##
=========================================
Coverage ? 54.51%
=========================================
Files ? 172
Lines ? 19463
Branches ? 3209
=========================================
Hits ? 10611
Misses ? 7853
Partials ? 999 |
* Dashboard skeleton (#1) Skeleton for dashboards integrations * Fix req * Update requirements.txt * Update requirements * Fix setupcfg for build * Fix flake8 issues * [Fixes #7764] Fix broken tests on geonode.layers.tests.LayersTest Co-authored-by: Alessio Fabiani <alessio.fabiani@geo-solutions.it>
I'd like to have our WMS layers use a buffer of 0 rather than 1, to speed up loading and reduce the number of dom elements on the map - this will make dragging faster, especially if there are many layers.