It would be great, if we could use GetFeatureInfo WFS request for popups. This way we would be able to define the contents of popup in Freemarker templating language.

Comments

friedjoff’s picture

Title: Use GetFeatureInfo WFS request for popups » Use GetFeatureInfo WMS request for popups
Status: Active » Closed (duplicate)

Hi milos.kroulik,

I guess you mean GetFeatureInfo requests for WMS, because you can only do GetFeature requests for WFS. This kind of feature already has been requested and discussed for the OpenLayers module: https://www.drupal.org/project/issues/openlayers?text=GetFeatureInfo&sta...

Maybe this module will help you: https://www.drupal.org/project/wms

milos.kroulik’s picture

Title: Use GetFeatureInfo WMS request for popups » Use GetFeature WFS request data for popups
Status: Closed (duplicate) » Active

Hi friedjoff,
sorry for my mistake. Yes, I was writing about WFS and GetFeature request. If I understand it right, it should be possible to use all attributes of features through tokens, as with the OpenLayers Views module, which allows us to define the data through Data Overlay. This way I would be able to use WFS data for OpenLayers Feature Popups (mentioned in other request).

Is this feature worth consideration?