tim-salabim

Results 671 comments of tim-salabim

I totally agree that focus should be on the mapedit narrow scope. If we can keep a general approach in the back of our heads while implementing things that's enough....

At a very quick glance I can confirm that changing the column name also works. ``` names(p)[2] = "x1" editFeatures(p) ``` If this is really caused by `evalFormula` I guess...

Next release sounds good. Let's draw the RConsortium project to a close first

Yes, a PR would be great. You can simply put someting like " addresses #92" in your commit message to link the PR to this issue.

Hi @paragemini it is currently not possible to add a border via the `addGlPolygons()` call. As a workaround, you could add a `addGlPolyLines()` on top. That is what we currently...

`addGlPolygonsSrc` as used in the alabama example is not actively maintained, so I'd advise to use `addGlPolygons` intead. I've tried yesterday and it works for me (only for a subset...

I mean mouse over. I think it would be enough if the user could just supply a column name and the labels would show the value of this column for...

Do you have any links to existing solutions/approaches for any of these?

Great idea! Can you provide a sample tile grid data set (preferably as sf)?

I had a quick play w the MODIS example and this seems to work (Note that we need to set a class `character` grouping in order to get this working)...