Opened 14 years ago
Closed 13 years ago
#1522 closed enhancement (fixed)
Small extensions to the templates viewerfiles/arearule.templ and viewerfiles/linerule.templ
Reported by: | gabrimonfa | Owned by: | brucedechant |
---|---|---|---|
Priority: | low | Milestone: | 2.3 |
Component: | General | Version: | 2.2.0 |
Severity: | trivial | Keywords: | haspatch |
Cc: | External ID: |
Description
Some properties are parameterized in these templates while others are simply hardcoded. The idea is to extend the two templates to be more parametric
In particular, thickness and color of the stroke in the arearule
http://trac.osgeo.org/mapguide/attachment/ticket/1281/arearule.templ.diff
and thickness of the linerule
http://trac.osgeo.org/mapguide/attachment/ticket/1281/linerule.templ.diff
In order for this to work also the function calling the templates should be modified accordingly.
For php the function is mapviewerphp/layerdefinitionfactory.php
The needed modifications are in the diff file attached
Attachments (1)
Change History (5)
by , 14 years ago
Attachment: | layerdefinitionfactory.php.diff added |
---|
comment:1 by , 14 years ago
Owner: | set to |
---|
comment:2 by , 13 years ago
Keywords: | haspatch added |
---|
comment:3 by , 13 years ago
comment:4 by , 13 years ago
Milestone: | → 2.3 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Fixed trunk r5876
We should parameterize all of the parameters instead of just a few.