|
Hello Everyone,
I have a question about font
styling. My style sheet is asking for a stroke-width of 0.5. Do I
set this up like a polygon with an outlinecolor of less than 1? If so,
does anyone know how to do that?
Here's my style sheet exerpt:
<xsl:template match= "svg/[EMAIL PROTECTED]
'p_eki_u']"
>
<g> <xsl:copy-of select="@*"/> <xsl:attribute name="style">stroke:#7F7F7F;stroke-width:0.4; fill:#E000A1;</xsl:attribute> <xsl:copy-of select="./*"/> </g> </xsl:template> and my layer so far ...
LAYER
NAME c_eki_oh STATUS ON TILEINDEX "c_eki_oh_ix" TILEITEM "location" TYPE ANNOTATION LABELITEM "label" ###Z5 CLASS # MAXSCALE 20000 #Z5 MAX # MINSCALE 16001 #Z5 MIN LABEL TYPE TRUETYPE MINDISTANCE 250 FONT kochi-mincho SIZE 7.5 COLOR 0 0 0 #WIDTH 0.3 POSITION AUTO ENCODING SJIS PARTIALS FALSE END END ###Z5 CLASS # MAXSCALE 20000 #Z5 MAX # MINSCALE 16001 #Z5 MIN LABEL TYPE TRUETYPE MINDISTANCE 250 FONT kochi-mincho SIZE 7.5 COLOR 0 0 0 #WIDTH 0.3 POSITION AUTO ENCODING SJIS PARTIALS FALSE END END END
Uncommenting WIDTH crashes it.
Thank you in advance,
Tom
|
- [UMN_MAPSERVER-USERS] Font Question Thomas Hammerlund
- Re: [UMN_MAPSERVER-USERS] Font Question Steve Lime
- Re: [UMN_MAPSERVER-USERS] Font Question Thomas Hammerlund
