-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
addFgb fillColor not working #24
Comments
Thanks! Will look into it shortly.
Just to be clear, are you saying that the file does not exist or that it exists but is empty? |
Yeah, the |
If I can be of any help, let me know! |
Thanks for the offer! This is all pretty alpha still. Long term plan is to supply some sort of Do you know any JavaScript? |
Unfortunately I haven't looked into JS yet. Some |
This can be solved with setting
If you have any ideas on how to improve that I'm all ears.
I've now included a |
closes r-spatial/mapview#308 and addresses #24
This closes the issue for me. The not existing file throws an error and doesnt hang the session anymore. I didn't know I had to set Maybe something like Otherwise thank you for the fast fixes! |
Thanks, makes sense. We now have default |
@DavZim heads-up, I had to revert this, as it messed up things in mapview. I need a bit more time to figure out a proper way of handling this on both sides but am pressed for time a little as I have a mapview course to teach end of August and need this to work from that side. Reopening so I don't forget (hopefully). |
fillColor works when I add a column called fillColor to the .fgb file before passing it to addFgb. |
When trying to set
fillColor
inaddFgb()
, the polygons are not colored...I would expect to see a map like this
Ps. Loving the fgb functionality, really helpful for larger datasets!
pps. If
fgb_file
points to an empty file, the r session crashes (at least in RStudio).The text was updated successfully, but these errors were encountered: