tim-salabim
tim-salabim
With 4dfd8d94edfe5378e4b53c36003b63c04ee5a439 we can now do ```r library(mapview) library(sf) subs = selectFeatures(breweries, styleTrue = list(fillColor = "red")) ## or subs = selectFeatures(trails, styleTrue = list(color = "red")) ## or subs...
@timelyportfolio yes, people should be familiar with the CSS parameters from the likes of leaflet::pathOptions and especially leaflet::highlightOptions. List semantic is also fine. We can provide a suitable function to...
@mdsumner I moved your 'fresh' thouhgts to [#25](https://github.com/r-spatial/mapedit/issues/25)
I don't follow. You get an `sf` object back from mapedit which you can save in whatever geo-spatial format you want (or at least your machine supports) by using `st_write`....
Thanks @lbusett! I think you are right that the polygon structure gets mangled up. Indeed seems like an issue in leaflet.pm. Can you please elaborate on what you mean by...
Thanks @lbusett ! Those are great examples that highlight why we should indeed be careful with `st_make_valid` (especially the second example). My hope is that, as you just alerted to...
@edzer perfect! Thanks! I did not know about `reason = TRUE` So, it seems to me that it would be better to check whether edited/drawn features are valid and if...
Great idea! Fits well into the scope of mapedit. @timelyportfolio what do you think?
@timelyportfolio along the lines of creating valid geometries, can we set style options so that when e.g. a self-intersection occurs the color of the drawn/edited geometry it changes color as...
@timelyportfolio i agree that this may be too involved for the next release, especially given the deadline end of Jan. A test whether what has been done produced a valid...