We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Previous version had getOccurrencesGrid(). To look into adding this layer in the new version too.
getOccurrencesGrid()
Ideally also:
The text was updated successfully, but these errors were encountered:
These approaches work: the first one works fine, the second is not filtering fine but returns a grid. Something must be wrong about the filter.
library(magrittr) test <- eurobis:::eurobis_base_map() %>% leaflet.extras2::addWMS( baseUrl = "http://geo.vliz.be/geoserver/Eurobis/wms?VIEWPARAMS=tablename:1d;AphiaID:495077", layers = "eurobis_grid", options = leaflet::WMSTileOptions( transparent = TRUE, format = "image/png", info_format = "text/html" ), attribution = shiny::HTML("<a href='https://marineregions.org/'>Marine Regions</a>") )
They use different layers
library(magrittr) test <- eurobis:::eurobis_base_map() %>% leaflet.extras2::addWMS( baseUrl = "http://geo.vliz.be/geoserver/Dataportal/wms?VIEWPARAMS=where:dasid=8045", layers = "eurobis_grid_1d-obisenv", options = leaflet::WMSTileOptions( transparent = TRUE, format = "image/png", info_format = "text/html" ) )
I am not sure this is a feature that we need in the package. I would not put more time in this and only pick up again if we get some requests.
Sorry, something went wrong.
trying grids via WMS #22
dfb8e58
salvafern
No branches or pull requests
Previous version had
getOccurrencesGrid()
.To look into adding this layer in the new version too.
Ideally also:
The text was updated successfully, but these errors were encountered: