What are the steps to insert this URL in a module to see a webmap?
URL: https://view.eumetsat.int/geoserver/wms?service=WMS&version=1.3.0&request=GetCapabilities
If you're trying to embed a generated map, live on your webpage, it can be done via an iframe.
Try checking out documentation from GeoServer resources:
Once you are able to generate the required content, just embed it on Outsystems app using an iframe (for dynamic content) or Image with External Url (for static image served from GeoServer).
As a beginner I tried your suggestions and I find it very complicated to implement. I'm not an experienced programmer.
In Esri platform is far more easy to load them; I thought here in Outsystems it will easy too but I was wrong. I try to create an Iframe demo with the specific URL and it didn't work.
I'm disappointed with my experience in doing so.
And how I request the required content in GeoServer?
Crashes time after time. Doesn't work!!!
Hi @Joao Doria If you're able to do the same functionality in an iframe without using Outsystems, then it will be a lot easier to do it here.
The question about how you request the requried content in GeoServer, can be best answered by the GeoServer users, but we can help you guide on integrating, or doing it from Outsystems. Once you know how to generate GeoServer requests from any third-party applications, then is far easier here in Outsystems.
The crashes might have happened only due to incorrect configurations or too much memory utilisation inside an iframe. Don't lose the hope.
If you can share me the integration details from GeoServer, I can try making a component with 1 functionality, so you can take it as guideline and do the rest of integration. I hope that helps.
Cheers!