46
Views
4
Comments
How to insert WMS in a module for integration in a reactive web app?
Application Type
Mobile, Reactive
Service Studio Version
11.53.23 (Build 61527)
Platform Version
11.17.0 (Build 37099)

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


wise2.jpg
2022-08-03 04-32-50
Ravi Punjwani

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).

UserImage.jpg
Joao Doria

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.

UserImage.jpg
Joao Doria

And how I request  the required content in GeoServer? 

Crashes time after time. Doesn't work!!!

2022-08-03 04-32-50
Ravi Punjwani

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!

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.