Changeset 2640 in josm for trunk/styles/standard/overview.xsl
- Timestamp:
- 2009-12-15T02:15:17+01:00 (16 years ago)
- File:
-
- 1 edited
-
trunk/styles/standard/overview.xsl (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/styles/standard/overview.xsl
r1963 r2640 525 525 <xsl:with-param name="key" select="'aerialway'"/> 526 526 <xsl:with-param name="column" select="6"/> 527 <xsl:with-param name="row" select="1 0"/>527 <xsl:with-param name="row" select="11"/> 528 528 </xsl:call-template> 529 529 <xsl:call-template name="topic"> 530 530 <xsl:with-param name="key" select="'piste:difficulty'"/> 531 531 <xsl:with-param name="column" select="6"/> 532 <xsl:with-param name="row" select="1 7"/>532 <xsl:with-param name="row" select="18"/> 533 533 </xsl:call-template> 534 534 <xsl:call-template name="topic"> 535 535 <xsl:with-param name="key" select="'waterway'"/> 536 536 <xsl:with-param name="column" select="6"/> 537 <xsl:with-param name="row" select="2 5"/>537 <xsl:with-param name="row" select="26"/> 538 538 </xsl:call-template> 539 539 … … 626 626 </xsl:call-template> 627 627 <xsl:call-template name="topic"> 628 <xsl:with-param name="key" select="'abutters'"/>629 <xsl:with-param name="column" select="16"/>630 <xsl:with-param name="row" select="27"/>631 </xsl:call-template>632 <xsl:call-template name="topic">633 628 <xsl:with-param name="key" select="'building'"/> 634 629 <xsl:with-param name="column" select="16"/> 635 <xsl:with-param name="row" select=" 35"/>630 <xsl:with-param name="row" select="28"/> 636 631 </xsl:call-template> 632 <xsl:call-template name="topic"> 633 <xsl:with-param name="key" select="'boundary'"/> 634 <xsl:with-param name="column" select="16"/> 635 <xsl:with-param name="row" select="34"/> 636 </xsl:call-template> 637 637 638 638 <xsl:call-template name="topic"> 639 639 <xsl:with-param name="key" select="'place'"/> 640 640 <xsl:with-param name="column" select="17"/> 641 <xsl:with-param name="row" select="2 3"/>641 <xsl:with-param name="row" select="22"/> 642 642 </xsl:call-template> 643 643 <xsl:call-template name="topic"> … … 645 645 <xsl:with-param name="column" select="17"/> 646 646 <xsl:with-param name="row" select="1"/> 647 </xsl:call-template>648 <xsl:call-template name="topic">649 <xsl:with-param name="key" select="'boundary'"/>650 <xsl:with-param name="column" select="17"/>651 <xsl:with-param name="row" select="36"/>652 647 </xsl:call-template> 653 648
Note:
See TracChangeset
for help on using the changeset viewer.
