Natalie St Jean
Natalie St Jean
I noticed that the invert button is causing some weird issues in my browser. The background is being set to black, and then the body is being inverted, which changes...
These are the errors we're seeing in LBLD when we try to merge the newest changes from LBL:  Here's the code...
When I tried to include tests for the one-liner implementation I got the error message ``` TypeError: undefined is not a function (evaluating 'L.LayerGroup.EnvironmentalLayers ``` I realized I needed to...
Our current method for displaying a base layer is this: https://github.com/publiclab/leaflet-environmental-layers/blob/7cf1aa1b19e9b3728901465255d13ab3f028a786/example/oneLinerCodeExample.html#L69-L93 I feel like we can clean this up further by saving the baselayer data in the source code instead...
I'm noticing that we are saving custom names like this: https://github.com/publiclab/leaflet-environmental-layers/blob/7cf1aa1b19e9b3728901465255d13ab3f028a786/src/AllLayers.js#L93-L98 This makes the layer display as a more readable "Toxic Release" instead of "toxicReleaseLayer". I feel like we should...
I noticed this the other day and @crisner said she saw the same thing when she updated npm. It is throwing errors for the PLpeopleLayer due to the changes made...