Joe Jansen

Results 8 comments of Joe Jansen

@sfairgrieve Should this approach work with a DataLayer? I have loaded polygon markers initially with: var dataLayer = new L.DataLayer(data, { options }) using valueStart: { radius: new L.LinearFunction([0, 1],...

@sfairgrieve Thanks for the prompt reply. That sounds like a good approach. I want to change the radius of all the markers. I'd like to keep the LinearFunction, but change...

Thanks. You may have already looked in the source, but this is what I'm using now: ``` for (i = 23; i < 69; i++){ var j = i-23; var...

@sfairgrieve - Is there a good way to update the tooltip values when I update the marker? The setRadius() method is working well, but I can't access the other displayOptions....

Thanks @sfairgrieve . After trying a few approaches, I was able to build my own tooltip method that pulled from the record value using onEachRecord within the DataLayer. ``` onEachRecord:...

If anyone else runs into this issue I have a [fork action published that is locked to clasp v2.5.0](https://github.com/joejansen/clasp-action). It may be related to the node version as described in...

It looks like [version 3 has a number of breaking changes](https://github.com/google/clasp?tab=readme-ov-file#migrating-from-2x-to-3x) including renamed commands, so I'm guessing all of the `deploy` commands are also broken with this action since it...

Since [eslintrc is deprecated](https://eslint.org/docs/latest/use/configure/configuration-files) this looks like a helpful addition to the README.