Opened 14 years ago
Closed 14 years ago
#232 closed defect (fixed)
GeoExtPrintForm - unnecessary alert with vector layers
Reported by: | adube | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | widgets | Version: | |
Keywords: | Cc: |
Description ¶
Issue
Before printing with the GeoExtPrintForm widget, if a vector layer is visible and has no features, its encoded value returned is null, thus making it as "no printable" (which is not the case) and an alert pops up.
Solution
Since vector layers are now supported by the MapFishPrint proxy, we do not need to validate it, so we simply need to not attempt to encode them.
Note:
See TracTickets
for help on using tickets.
patch fixing the issue