[mapguide-trac] #1281: Path corrections and small template
extensions in mapviewerphp/layerdefinitionfactory.php
MapGuide Open Source
trac_mapguide at osgeo.org
Tue Nov 9 18:13:34 EST 2010
#1281: Path corrections and small template extensions in
mapviewerphp/layerdefinitionfactory.php
---------------------------+------------------------------------------------
Reporter: gabrimonfa | Owner: brucedechant
Type: enhancement | Status: new
Priority: low | Milestone: 2.3
Component: General | Version: 2.1.0
Severity: trivial | Keywords:
External_id: |
---------------------------+------------------------------------------------
Comment(by brucedechant):
The changes look good. However, the createlayer.php file will also need to
be updated to work with these changes.
Also, I would like to change the order of parameters from what you had:
{{{
static function CreateLineRule($legendLabel, $filter, $strokeThickness,
$color)
}}}
To:
{{{
static function CreateLineRule($legendLabel, $filter, $color,
$strokeThickness)
}}}
This way the new parameter is on the end.
--
Ticket URL: <http://trac.osgeo.org/mapguide/ticket/1281#comment:5>
MapGuide Open Source <http://mapguide.osgeo.org/>
MapGuide Open Source Internals
More information about the mapguide-trac
mailing list