You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wanted to use tilewms to export map from wms servers, but couldn't find a way to do it using this wrapper. Can you please point me to an example for it.
Here is the code which I am looking to rewrite in reactjs:
new ol.layer.Tile({
source: new ol.source.TileWMS({
url: wmsurl,
params: wmsparams
}),
isBaseLayer:isBaseLayer,
opacity: opacity
})
I have tried using:
<layer.Tile source={new ol.source.TileWMS({url:wmsurl})/>
But it gives me error. Also I couldn't pass any additional parameters to it.
The text was updated successfully, but these errors were encountered:
I wanted to use tilewms to export map from wms servers, but couldn't find a way to do it using this wrapper. Can you please point me to an example for it.
Here is the code which I am looking to rewrite in reactjs:
I have tried using:
<layer.Tile source={new ol.source.TileWMS({url:wmsurl})/>
But it gives me error. Also I couldn't pass any additional parameters to it.
The text was updated successfully, but these errors were encountered: