Ticket #343 (closed enhancement: fixed)

Opened 18 months ago

Last modified 18 months ago

TemplatePopup - WMS support

Reported by: adube Owned by: fgagnon
Priority: critical Milestone: 1.2.0
Component: widgets Version:
Keywords: Cc:

Description

Currently, the TemplatePopup widget in GeoPrisma doesn't support WMS. In fact, its code source doesn't, but the original demo does :

 http://ec2-72-44-60-52.compute-1.amazonaws.com/mgdemo/geoext/examples/custombubble.html

We need to update the code in GeoPrisma.

Attachments

343.diff Download (18.2 KB) - added by fgagnon 18 months ago.
Add WMS support

Change History

Changed 18 months ago by fgagnon

  • owner set to fgagnon

This patch mostly include changes made by the original author. A new widget option (serviceType) was added to specify the required mode.

In addition to the original code, necessary resources are added to the GetFeatureInfo? request.

Currently, only one instance of the widget is possible, and the latter is locked into a single mode. As such, simultaneous use of WMS and WFS layers is not currently possible. The sample was modified to provide an example based on the WMS mode instead of the WFS mode.

This patch requires #349 to work correctly with QueryOnClick?.

Changed 18 months ago by fgagnon

Add WMS support

Changed 18 months ago by adube

  • status changed from new to closed
  • resolution set to fixed
  • milestone changed from 1.0.0 to 1.2.0

Fixed in r1200.

Note: See TracTickets for help on using tickets.