Anthony Lukach

Results 44 comments of Anthony Lukach

This is a fun idea. Some questions: - Would this work with Point features? - Can MapboxGL (that's what we'd use with VT, no?) support interactions with layers? Like clicking...

@jczaplew Interested in adding this?

Updating this to pertain to the entire style of the layer. This could include putting the icon representing a point feature into the layerlist. Additionally, representing visibility of the layer...

I think this feature is essential for DC (and a critical component of #130). I've thought a bit about it, here is what I had in mind: The entire app...

@mapsam nice, great example of use-case! To drive home the idea of embeddable Dropchop maps, take a look at [this example](http://codepen.io/anon/pen/vNRLea?editors=100). There's probably a better way to embed a map...

#123 should open the door to handle non-spatial returns. Someone will need to create a `notify` action (or something similarly named) on `L.DNC.AppController._handleResults`, returning the values to the user via...

@mischnic A quick test shows that if I comment out lines 327-330, the server behaves as I expect: ```sh ➀ curl --head http://localhost:1234/ HTTP/1.1 200 OK Access-Control-Allow-Origin: * Access-Control-Allow-Methods: GET,...

> another question is how a head request should behave with if-modified-since (that other if block) Reading [RF 7231](https://httpwg.org/specs/rfc7231.html#HEAD), I see: > The HEAD method is identical to GET except...

For the record, removing the `ClientProvider` brings up the following hydration bugs for me: * https://reactjs.org/docs/error-decoder.html?invariant=418 * https://reactjs.org/docs/error-decoder.html?invariant=423 Reproducible example found here: https://github.com/alukach/mantine-remix-rendering-issue

Possibly related to https://github.com/mantinedev/mantine/issues/2311