Opened 13 years ago
Closed 13 years ago
#343 closed enhancement (fixed)
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 (1)
Change History (3)
comment:1 by , 13 years ago
Owner: | set to |
---|
comment:2 by , 13 years ago
Milestone: | 1.0.0 → 1.2.0 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Fixed in r1200.
Note:
See TracTickets
for help on using tickets.
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.