Changeset 1960 in josm for trunk/styles/standard/overview.xsl
- Timestamp:
- 2009-08-12T11:29:22+02:00 (17 years ago)
- File:
-
- 1 edited
-
trunk/styles/standard/overview.xsl (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/styles/standard/overview.xsl
r1543 r1960 18 18 <xsl:variable name="yscale">10</xsl:variable> 19 19 <xsl:variable name="areaoffset">4</xsl:variable> 20 <xsl:variable name="ymax">41</xsl:variable> 21 <xsl:variable name="ynextcol">29</xsl:variable> 20 22 21 23 … … 253 255 254 256 <xsl:choose> 255 <xsl:when test="$ypos < 41">257 <xsl:when test="$ypos < $ymax"> 256 258 <!-- recursive call - increasing index and output counters --> 257 259 <xsl:call-template name="posed_rules"> … … 268 270 <xsl:with-param name="index" select="$index + 1"/> 269 271 <xsl:with-param name="xpos" select="$xpos + 1"/> 270 <xsl:with-param name="ypos" select=" 30"/>272 <xsl:with-param name="ypos" select="$ynextcol"/> 271 273 </xsl:call-template> 272 274 </xsl:otherwise> … … 331 333 <xsl:comment>DO NOT EDIT! THIS FILE IS GENERATED!!!</xsl:comment> 332 334 <xsl:element name="osm"> 333 <xsl:attribute name="version">0. 5</xsl:attribute>335 <xsl:attribute name="version">0.6</xsl:attribute> 334 336 <xsl:attribute name="generator">overview-creator.xslt</xsl:attribute> 335 337 … … 380 382 <xsl:with-param name="key" select="'barrier'"/> 381 383 <xsl:with-param name="column" select="3"/> 382 <xsl:with-param name="row" select="2 9"/>384 <xsl:with-param name="row" select="28"/> 383 385 </xsl:call-template> 384 386 <xsl:call-template name="topic">
Note:
See TracChangeset
for help on using the changeset viewer.
