[Mapguide-trac] [mapguide-trac] #2393: Make textsymbol more configurable
MapGuide Open Source
trac_mapguide at osgeo.org
Tue Apr 1 08:18:14 PDT 2014
#2393: Make textsymbol more configurable
---------------------------+------------------------------------------------
Reporter: gabrimonfa | Owner:
Type: enhancement | Status: new
Priority: low | Milestone:
Component: General | Version: 2.5.0
Severity: trivial | Keywords:
External_id: |
---------------------------+------------------------------------------------
Comment(by gabrimonfa):
No, I'm not aware of any built-in web tier application (btw which are the
built-in web tier applications? Ajax viewer and Fusion viewer?) that would
benefit from this change.
I'm doing this change in my custom version of MapGuide (applying it in
every new version) since I need to be able to stylize differently some
textsymbols.
So obviously I would need to apply one fewer patch if this change goes
upstream.
I filed this enhancement since I realized that a similar change was made
for other templates (that I also use to change in every version, in order
to have more style configurations).
''AreaRule.templ'' Mapguide 2.4
{{{
<Stroke>
<LineStyle>Solid</LineStyle>
<Thickness>1</Thickness>
<Color>FF000000</Color>
<Unit>Points</Unit>
<SizeContext>DeviceUnits</SizeContext>
</Stroke>
}}}
''AreaRule.templ'' Mapguide 2.5.2
{{{
<Stroke>
<LineStyle>%s</LineStyle>
<Thickness>%s</Thickness>
<Color>%s</Color>
<Unit>%s</Unit>
<SizeContext>%s</SizeContext>
</Stroke>
}}}
Feel free to close this enhancement as non acceptable if the change is
deemed non appropriate.
--
Ticket URL: <https://trac.osgeo.org/mapguide/ticket/2393#comment:2>
MapGuide Open Source <http://mapguide.osgeo.org/>
MapGuide Open Source Internals
More information about the mapguide-trac
mailing list