Changeset 714 in josm for trunk/styles
- Timestamp:
- 2008-07-13T01:21:30+02:00 (17 years ago)
- Location:
- trunk/styles/standard
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/styles/standard/elemstyles.xml
r711 r714 478 478 <rule> 479 479 <condition k="highway" v="construction" /> 480 <line width="2" realwidth="5" colour="#FFFF00"/> 480 <line width="2" realwidth="5" colour="#FFFF00" dashed="true"/> 481 481 <icon src="misc/construction.png" /> 482 482 <scale_min>1</scale_min> … … 1324 1324 1325 1325 <rule> 1326 <condition k="amenity" v="bar" /> 1327 <icon annotate="true" src="misc/proposed.png" /> 1328 <area colour="#ecba52"/> 1329 <scale_min>1</scale_min> 1330 <scale_max>50000</scale_max> 1331 </rule> 1332 1333 <rule> 1334 <condition k="amenity" v="ice_cream" /> 1335 <icon annotate="true" src="misc/proposed.png" /> 1336 <area colour="#ecba52"/> 1337 <scale_min>1</scale_min> 1338 <scale_max>50000</scale_max> 1339 </rule> 1340 1341 <rule> 1326 1342 <condition k="amenity" v="parking" /> 1327 1343 <icon annotate="true" src="vehicle/parking.png" /> … … 1364 1380 1365 1381 <rule> 1382 <condition k="amenity" v="car_wash" /> 1383 <area colour="#f7efb7"/> 1384 <icon annotate="true" src="misc/proposed.png" /> 1385 <scale_min>1</scale_min> 1386 <scale_max>50000</scale_max> 1387 </rule> 1388 1389 <rule> 1366 1390 <condition k="amenity" v="taxi" /> 1367 1391 <icon annotate="true" src="transport/taxi.png" /> … … 1427 1451 </rule> 1428 1452 1453 <rule> 1454 <condition k="amenity" v="fountain"/> 1455 <icon annotate="true" src="misc/landmark/spring.png" /> 1456 <area colour="#00005f"/> 1457 <scale_min>1</scale_min> 1458 <scale_max>50000</scale_max> 1459 </rule> 1460 1429 1461 <!--the religion rules must be placed before the place_of_worship rule! --> 1430 1462 <rule> … … 1515 1547 1516 1548 <rule> 1549 <condition k="amenity" v="crematorium" /> 1550 <area colour="#f7efb7"/> 1551 <icon annotate="true" src="misc/proposed.png" /> 1552 <scale_min>1</scale_min> 1553 <scale_max>50000</scale_max> 1554 </rule> 1555 1556 <rule> 1517 1557 <condition k="amenity" v="post_office" /> 1518 1558 <icon annotate="true" src="public/post_office.png" /> … … 1549 1589 <condition k="amenity" v="college" /> 1550 1590 <icon annotate="true" src="education/college.png" /> 1591 <area colour="#f7efb7"/> 1592 <scale_min>1</scale_min> 1593 <scale_max>50000</scale_max> 1594 </rule> 1595 1596 <rule> 1597 <condition k="amenity" v="kindergarten" /> 1598 <icon annotate="true" src="misc/proposed.png" /> 1551 1599 <area colour="#f7efb7"/> 1552 1600 <scale_min>1</scale_min> … … 1571 1619 1572 1620 <rule> 1621 <condition k="amenity" v="sheltered_housing" /> 1622 <area colour="#eeeeee" /> 1623 <icon annotate="true" src="misc/proposed.png" /> 1624 <scale_min>1</scale_min> 1625 <scale_max>50000</scale_max> 1626 </rule> 1627 1628 <rule> 1629 <condition k="amenity" v="nursery" /> 1630 <area colour="#eeeeee" /> 1631 <icon annotate="true" src="misc/proposed.png" /> 1632 <scale_min>1</scale_min> 1633 <scale_max>50000</scale_max> 1634 </rule> 1635 1636 <rule> 1637 <condition k="amenity" v="dentist" /> 1638 <area colour="#eeeeee" /> 1639 <icon annotate="true" src="misc/proposed.png" /> 1640 <scale_min>1</scale_min> 1641 <scale_max>50000</scale_max> 1642 </rule> 1643 1644 <rule> 1573 1645 <condition k="amenity" v="library" /> 1574 1646 <area colour="#f7efb7"/> … … 1667 1739 1668 1740 <rule> 1669 <condition k="amenity" v="fountain"/> 1670 <icon annotate="true" src="misc/landmark/spring.png" /> 1671 <area colour="#00005f"/> 1672 <scale_min>1</scale_min> 1673 <scale_max>50000</scale_max> 1674 </rule> 1675 1741 <condition k="amenity" v="park_bench" /> 1742 <area colour="#f7efb7"/> 1743 <icon annotate="true" src="misc/proposed.png" /> 1744 <scale_min>1</scale_min> 1745 <scale_max>50000</scale_max> 1746 </rule> 1747 1748 <rule> 1749 <condition k="amenity" v="shelter" /> 1750 <area colour="#f7efb7"/> 1751 <icon annotate="true" src="misc/proposed.png" /> 1752 <scale_min>1</scale_min> 1753 <scale_max>50000</scale_max> 1754 </rule> 1755 1676 1756 <!--shop tags --> 1677 1757 … … 2066 2146 <rule> 2067 2147 <condition k="landuse" v="construction"/> 2068 <area colour="#FFFF00"/> 2148 <area colour="#FFFF00" dashed="true"/> 2069 2149 <icon src="misc/construction.png" /> 2070 2150 <scale_min>1</scale_min> … … 2803 2883 2804 2884 <!--"work in progress" tags --> 2805 <rule>2806 <condition k="amenity" v="bar" />2807 <icon annotate="true" src="misc/proposed.png" />2808 <area colour="#ecba52"/>2809 <scale_min>1</scale_min>2810 <scale_max>50000</scale_max>2811 </rule>2812 2813 <rule>2814 <condition k="amenity" v="crematorium" />2815 <area colour="#f7efb7"/>2816 <icon annotate="true" src="misc/proposed.png" />2817 <scale_min>1</scale_min>2818 <scale_max>50000</scale_max>2819 </rule>2820 2821 <rule>2822 <condition k="amenity" v="kindergarten" />2823 <icon annotate="true" src="misc/proposed.png" />2824 <area colour="#f7efb7"/>2825 <scale_min>1</scale_min>2826 <scale_max>50000</scale_max>2827 </rule>2828 2829 <rule>2830 <condition k="amenity" v="park_bench" />2831 <area colour="#f7efb7"/>2832 <icon annotate="true" src="misc/proposed.png" />2833 <scale_min>1</scale_min>2834 <scale_max>50000</scale_max>2835 </rule>2836 2837 <rule>2838 <condition k="amenity" v="sheltered_housing" />2839 <area colour="#eeeeee" />2840 <icon annotate="true" src="misc/proposed.png" />2841 <scale_min>1</scale_min>2842 <scale_max>50000</scale_max>2843 </rule>2844 2845 <rule>2846 <condition k="amenity" v="nursery" />2847 <area colour="#eeeeee" />2848 <icon annotate="true" src="misc/proposed.png" />2849 <scale_min>1</scale_min>2850 <scale_max>50000</scale_max>2851 </rule>2852 2853 <rule>2854 <condition k="amenity" v="shelter" />2855 <area colour="#f7efb7"/>2856 <icon annotate="true" src="misc/proposed.png" />2857 <scale_min>1</scale_min>2858 <scale_max>50000</scale_max>2859 </rule>2860 2861 <rule>2862 <condition k="amenity" v="car_wash" />2863 <area colour="#f7efb7"/>2864 <icon annotate="true" src="misc/proposed.png" />2865 <scale_min>1</scale_min>2866 <scale_max>50000</scale_max>2867 </rule>2868 2869 <rule>2870 <condition k="amenity" v="dentist" />2871 <area colour="#eeeeee" />2872 <icon annotate="true" src="misc/proposed.png" />2873 <scale_min>1</scale_min>2874 <scale_max>50000</scale_max>2875 </rule>2876 2877 <rule>2878 <condition k="amenity" v="ice_cream" />2879 <icon annotate="true" src="misc/proposed.png" />2880 <area colour="#ecba52"/>2881 <scale_min>1</scale_min>2882 <scale_max>50000</scale_max>2883 </rule>2884 2885 2885 <rule> 2886 2886 <condition k="shop" v="beverages" /> -
trunk/styles/standard/overview.xsl
r711 r714 209 209 210 210 <xsl:choose> 211 <xsl:when test="$ypos < 4 3">211 <xsl:when test="$ypos < 41"> 212 212 <!-- recursive call - increasing index and output counters --> 213 213 <xsl:call-template name="posed_rules"> … … 224 224 <xsl:with-param name="index" select="$index + 1"/> 225 225 <xsl:with-param name="xpos" select="$xpos + 1"/> 226 <xsl:with-param name="ypos" select="3 5"/>226 <xsl:with-param name="ypos" select="30"/> 227 227 </xsl:call-template> 228 228 </xsl:otherwise> … … 342 342 <xsl:with-param name="row" select="30"/> 343 343 </xsl:call-template> 344 345 <xsl:call-template name="topic"> 346 <xsl:with-param name="key" select="'access'"/> 347 <xsl:with-param name="column" select="3"/> 348 <xsl:with-param name="row" select="1"/> 349 </xsl:call-template> 350 <xsl:call-template name="topic"> 351 <xsl:with-param name="key" select="'bicycle'"/> 352 <xsl:with-param name="column" select="3"/> 353 <xsl:with-param name="row" select="3"/> 354 </xsl:call-template> 355 <xsl:call-template name="topic"> 356 <xsl:with-param name="key" select="'foot'"/> 357 <xsl:with-param name="column" select="3"/> 358 <xsl:with-param name="row" select="6"/> 359 </xsl:call-template> 360 <xsl:call-template name="topic"> 361 <xsl:with-param name="key" select="'goods'"/> 362 <xsl:with-param name="column" select="3"/> 363 <xsl:with-param name="row" select="10"/> 364 </xsl:call-template> 365 <xsl:call-template name="topic"> 366 <xsl:with-param name="key" select="'hgv'"/> 367 <xsl:with-param name="column" select="3"/> 368 <xsl:with-param name="row" select="12"/> 369 </xsl:call-template> 370 <xsl:call-template name="topic"> 371 <xsl:with-param name="key" select="'horse'"/> 372 <xsl:with-param name="column" select="3"/> 373 <xsl:with-param name="row" select="14"/> 374 </xsl:call-template> 375 <xsl:call-template name="topic"> 376 <xsl:with-param name="key" select="'motorcycle'"/> 377 <xsl:with-param name="column" select="3"/> 378 <xsl:with-param name="row" select="17"/> 379 </xsl:call-template> 380 <xsl:call-template name="topic"> 381 <xsl:with-param name="key" select="'motorcar'"/> 382 <xsl:with-param name="column" select="3"/> 383 <xsl:with-param name="row" select="19"/> 384 </xsl:call-template> 385 <xsl:call-template name="topic"> 386 <xsl:with-param name="key" select="'psv'"/> 387 <xsl:with-param name="column" select="3"/> 388 <xsl:with-param name="row" select="21"/> 389 </xsl:call-template> 390 <xsl:call-template name="topic"> 391 <xsl:with-param name="key" select="'motorboat'"/> 392 <xsl:with-param name="column" select="3"/> 393 <xsl:with-param name="row" select="23"/> 394 </xsl:call-template> 395 <xsl:call-template name="topic"> 396 <xsl:with-param name="key" select="'boat'"/> 397 <xsl:with-param name="column" select="3"/> 398 <xsl:with-param name="row" select="25"/> 399 </xsl:call-template> 400 401 <xsl:call-template name="topic"> 402 <xsl:with-param name="key" select="'noexit'"/> 403 <xsl:with-param name="column" select="4"/> 404 <xsl:with-param name="row" select="1"/> 405 </xsl:call-template> 406 <xsl:call-template name="topic"> 407 <xsl:with-param name="key" select="'maxweight'"/> 408 <xsl:with-param name="column" select="4"/> 409 <xsl:with-param name="row" select="3"/> 410 </xsl:call-template> 411 <xsl:call-template name="topic"> 412 <xsl:with-param name="key" select="'maxheight'"/> 413 <xsl:with-param name="column" select="4"/> 414 <xsl:with-param name="row" select="5"/> 415 </xsl:call-template> 416 <xsl:call-template name="topic"> 417 <xsl:with-param name="key" select="'maxwidth'"/> 418 <xsl:with-param name="column" select="4"/> 419 <xsl:with-param name="row" select="7"/> 420 </xsl:call-template> 421 <xsl:call-template name="topic"> 422 <xsl:with-param name="key" select="'maxlength'"/> 423 <xsl:with-param name="column" select="4"/> 424 <xsl:with-param name="row" select="9"/> 425 </xsl:call-template> 426 <xsl:call-template name="topic"> 427 <xsl:with-param name="key" select="'maxspeed'"/> 428 <xsl:with-param name="column" select="4"/> 429 <xsl:with-param name="row" select="11"/> 430 </xsl:call-template> 431 <xsl:call-template name="topic"> 432 <xsl:with-param name="key" select="'minspeed'"/> 433 <xsl:with-param name="column" select="4"/> 434 <xsl:with-param name="row" select="13"/> 435 </xsl:call-template> 436 <xsl:call-template name="topic"> 437 <xsl:with-param name="key" select="'maxstay'"/> 438 <xsl:with-param name="column" select="4"/> 439 <xsl:with-param name="row" select="15"/> 440 </xsl:call-template> 441 <xsl:call-template name="topic"> 442 <xsl:with-param name="key" select="'toll'"/> 443 <xsl:with-param name="column" select="4"/> 444 <xsl:with-param name="row" select="17"/> 445 </xsl:call-template> 446 447 <xsl:call-template name="topic"> 448 <xsl:with-param name="key" select="'railway'"/> 449 <xsl:with-param name="column" select="5"/> 450 <xsl:with-param name="row" select="1"/> 451 </xsl:call-template> 452 <xsl:call-template name="topic"> 453 <xsl:with-param name="key" select="'service'"/> 454 <xsl:with-param name="column" select="5"/> 455 <xsl:with-param name="row" select="21"/> 456 </xsl:call-template> 457 <xsl:call-template name="topic"> 458 <xsl:with-param name="key" select="'waterway'"/> 459 <xsl:with-param name="column" select="5"/> 460 <xsl:with-param name="row" select="26"/> 461 </xsl:call-template> 462 463 <xsl:call-template name="topic"> 464 <xsl:with-param name="key" select="'aeroway'"/> 465 <xsl:with-param name="column" select="6"/> 466 <xsl:with-param name="row" select="1"/> 467 </xsl:call-template> 468 <xsl:call-template name="topic"> 469 <xsl:with-param name="key" select="'aerialway'"/> 470 <xsl:with-param name="column" select="6"/> 471 <xsl:with-param name="row" select="10"/> 472 </xsl:call-template> 473 <xsl:call-template name="topic"> 474 <xsl:with-param name="key" select="'piste:difficulty'"/> 475 <xsl:with-param name="column" select="6"/> 476 <xsl:with-param name="row" select="20"/> 477 </xsl:call-template> 344 478 <xsl:call-template name="topic"> 345 479 <xsl:with-param name="key" select="'route'"/> 346 <xsl:with-param name="column" select="2"/> 347 <xsl:with-param name="row" select="35"/> 348 </xsl:call-template> 349 350 <xsl:call-template name="topic"> 351 <xsl:with-param name="key" select="'access'"/> 352 <xsl:with-param name="column" select="3"/> 353 <xsl:with-param name="row" select="1"/> 354 </xsl:call-template> 355 <xsl:call-template name="topic"> 356 <xsl:with-param name="key" select="'bicycle'"/> 357 <xsl:with-param name="column" select="3"/> 358 <xsl:with-param name="row" select="3"/> 359 </xsl:call-template> 360 <xsl:call-template name="topic"> 361 <xsl:with-param name="key" select="'foot'"/> 362 <xsl:with-param name="column" select="3"/> 363 <xsl:with-param name="row" select="5"/> 364 </xsl:call-template> 365 <xsl:call-template name="topic"> 366 <xsl:with-param name="key" select="'goods'"/> 367 <xsl:with-param name="column" select="3"/> 368 <xsl:with-param name="row" select="7"/> 369 </xsl:call-template> 370 <xsl:call-template name="topic"> 371 <xsl:with-param name="key" select="'hgv'"/> 372 <xsl:with-param name="column" select="3"/> 373 <xsl:with-param name="row" select="9"/> 374 </xsl:call-template> 375 <xsl:call-template name="topic"> 376 <xsl:with-param name="key" select="'horse'"/> 377 <xsl:with-param name="column" select="3"/> 378 <xsl:with-param name="row" select="11"/> 379 </xsl:call-template> 380 <xsl:call-template name="topic"> 381 <xsl:with-param name="key" select="'motorcycle'"/> 382 <xsl:with-param name="column" select="3"/> 383 <xsl:with-param name="row" select="13"/> 384 </xsl:call-template> 385 <xsl:call-template name="topic"> 386 <xsl:with-param name="key" select="'motorcar'"/> 387 <xsl:with-param name="column" select="3"/> 388 <xsl:with-param name="row" select="15"/> 389 </xsl:call-template> 390 <xsl:call-template name="topic"> 391 <xsl:with-param name="key" select="'psv'"/> 392 <xsl:with-param name="column" select="3"/> 393 <xsl:with-param name="row" select="17"/> 394 </xsl:call-template> 395 <xsl:call-template name="topic"> 396 <xsl:with-param name="key" select="'motorboat'"/> 397 <xsl:with-param name="column" select="3"/> 398 <xsl:with-param name="row" select="19"/> 399 </xsl:call-template> 400 <xsl:call-template name="topic"> 401 <xsl:with-param name="key" select="'boat'"/> 402 <xsl:with-param name="column" select="3"/> 403 <xsl:with-param name="row" select="21"/> 404 </xsl:call-template> 405 <xsl:call-template name="topic"> 406 <xsl:with-param name="key" select="'noexit'"/> 407 <xsl:with-param name="column" select="3"/> 408 <xsl:with-param name="row" select="23"/> 409 </xsl:call-template> 410 <xsl:call-template name="topic"> 411 <xsl:with-param name="key" select="'maxweight'"/> 412 <xsl:with-param name="column" select="3"/> 413 <xsl:with-param name="row" select="25"/> 414 </xsl:call-template> 415 <xsl:call-template name="topic"> 416 <xsl:with-param name="key" select="'maxheight'"/> 417 <xsl:with-param name="column" select="3"/> 418 <xsl:with-param name="row" select="27"/> 419 </xsl:call-template> 420 <xsl:call-template name="topic"> 421 <xsl:with-param name="key" select="'maxwidth'"/> 422 <xsl:with-param name="column" select="3"/> 423 <xsl:with-param name="row" select="29"/> 424 </xsl:call-template> 425 <xsl:call-template name="topic"> 426 <xsl:with-param name="key" select="'maxlength'"/> 427 <xsl:with-param name="column" select="3"/> 428 <xsl:with-param name="row" select="31"/> 429 </xsl:call-template> 430 <xsl:call-template name="topic"> 431 <xsl:with-param name="key" select="'maxspeed'"/> 432 <xsl:with-param name="column" select="3"/> 433 <xsl:with-param name="row" select="33"/> 434 </xsl:call-template> 435 <xsl:call-template name="topic"> 436 <xsl:with-param name="key" select="'minspeed'"/> 437 <xsl:with-param name="column" select="3"/> 438 <xsl:with-param name="row" select="35"/> 439 </xsl:call-template> 440 <xsl:call-template name="topic"> 441 <xsl:with-param name="key" select="'maxstay'"/> 442 <xsl:with-param name="column" select="3"/> 443 <xsl:with-param name="row" select="37"/> 444 </xsl:call-template> 445 <xsl:call-template name="topic"> 446 <xsl:with-param name="key" select="'toll'"/> 447 <xsl:with-param name="column" select="3"/> 448 <xsl:with-param name="row" select="39"/> 449 </xsl:call-template> 450 451 <xsl:call-template name="topic"> 452 <xsl:with-param name="key" select="'railway'"/> 453 <xsl:with-param name="column" select="4"/> 454 <xsl:with-param name="row" select="1"/> 455 </xsl:call-template> 456 <xsl:call-template name="topic"> 457 <xsl:with-param name="key" select="'service'"/> 458 <xsl:with-param name="column" select="4"/> 459 <xsl:with-param name="row" select="21"/> 460 </xsl:call-template> 461 <xsl:call-template name="topic"> 462 <xsl:with-param name="key" select="'waterway'"/> 463 <xsl:with-param name="column" select="4"/> 464 <xsl:with-param name="row" select="26"/> 465 </xsl:call-template> 466 467 <xsl:call-template name="topic"> 468 <xsl:with-param name="key" select="'aeroway'"/> 469 <xsl:with-param name="column" select="5"/> 470 <xsl:with-param name="row" select="1"/> 471 </xsl:call-template> 472 473 <xsl:call-template name="topic"> 474 <xsl:with-param name="key" select="'aerialway'"/> 475 <xsl:with-param name="column" select="5"/> 476 <xsl:with-param name="row" select="25"/> 477 </xsl:call-template> 478 479 <xsl:call-template name="topic"> 480 <xsl:with-param name="key" select="'piste:difficulty'"/> 481 <xsl:with-param name="column" select="5"/> 482 <xsl:with-param name="row" select="35"/> 480 <xsl:with-param name="column" select="6"/> 481 <xsl:with-param name="row" select="30"/> 483 482 </xsl:call-template> 484 483 … … 487 486 <xsl:call-template name="topic"> 488 487 <xsl:with-param name="key" select="'amenity'"/> 489 <xsl:with-param name="column" select=" 7"/>488 <xsl:with-param name="column" select="8"/> 490 489 <xsl:with-param name="row" select="1"/> 491 490 </xsl:call-template> … … 493 492 <xsl:call-template name="topic"> 494 493 <xsl:with-param name="key" select="'leisure'"/> 495 <xsl:with-param name="column" select=" 8"/>494 <xsl:with-param name="column" select="9"/> 496 495 <xsl:with-param name="row" select="1"/> 497 496 </xsl:call-template> … … 499 498 <xsl:call-template name="topic"> 500 499 <xsl:with-param name="key" select="'tourism'"/> 501 <xsl:with-param name="column" select=" 9"/>500 <xsl:with-param name="column" select="10"/> 502 501 <xsl:with-param name="row" select="1"/> 503 502 </xsl:call-template> … … 505 504 <xsl:call-template name="topic"> 506 505 <xsl:with-param name="key" select="'historic'"/> 507 <xsl:with-param name="column" select="9"/>508 <xsl:with-param name="row" select="25"/>509 </xsl:call-template>510 511 <xsl:call-template name="topic">512 <xsl:with-param name="key" select="'man_made'"/>513 <xsl:with-param name="column" select="10"/>514 <xsl:with-param name="row" select="1"/>515 </xsl:call-template>516 <xsl:call-template name="topic">517 <xsl:with-param name="key" select="'power'"/>518 506 <xsl:with-param name="column" select="10"/> 519 507 <xsl:with-param name="row" select="25"/> 520 508 </xsl:call-template> 509 510 <xsl:call-template name="topic"> 511 <xsl:with-param name="key" select="'man_made'"/> 512 <xsl:with-param name="column" select="11"/> 513 <xsl:with-param name="row" select="1"/> 514 </xsl:call-template> 515 <xsl:call-template name="topic"> 516 <xsl:with-param name="key" select="'power'"/> 517 <xsl:with-param name="column" select="11"/> 518 <xsl:with-param name="row" select="25"/> 519 </xsl:call-template> 520 <xsl:call-template name="topic"> 521 <xsl:with-param name="key" select="'power_source'"/> 522 <xsl:with-param name="column" select="11"/> 523 <xsl:with-param name="row" select="30"/> 524 </xsl:call-template> 521 525 <xsl:call-template name="topic"> 522 526 <xsl:with-param name="key" select="'military'"/> 523 <xsl:with-param name="column" select="1 0"/>524 <xsl:with-param name="row" select="3 5"/>527 <xsl:with-param name="column" select="11"/> 528 <xsl:with-param name="row" select="36"/> 525 529 </xsl:call-template> 526 530 527 531 <xsl:call-template name="topic"> 528 532 <xsl:with-param name="key" select="'shop'"/> 529 <xsl:with-param name="column" select="11"/> 530 <xsl:with-param name="row" select="1"/> 531 </xsl:call-template> 532 533 534 533 <xsl:with-param name="column" select="12"/> 534 <xsl:with-param name="row" select="1"/> 535 </xsl:call-template> 535 536 536 537 <xsl:call-template name="topic"> … … 545 546 <xsl:with-param name="row" select="1"/> 546 547 </xsl:call-template> 547 <xsl:call-template name="topic"> 548 <xsl:with-param name="key" select="'power_source'"/> 549 <xsl:with-param name="column" select="14"/> 550 <xsl:with-param name="row" select="25"/> 551 </xsl:call-template> 548 549 550 551 552 <xsl:call-template name="topic"> 553 <xsl:with-param name="key" select="'landuse'"/> 554 <xsl:with-param name="column" select="16"/> 555 <xsl:with-param name="row" select="1"/> 556 </xsl:call-template> 552 557 <xsl:call-template name="topic"> 553 558 <xsl:with-param name="key" select="'building'"/> 554 <xsl:with-param name="column" select="1 4"/>559 <xsl:with-param name="column" select="16"/> 555 560 <xsl:with-param name="row" select="35"/> 556 561 </xsl:call-template> 557 562 558 559 560 561 <xsl:call-template name="topic">562 <xsl:with-param name="key" select="'landuse'"/>563 <xsl:with-param name="column" select="16"/>564 <xsl:with-param name="row" select="1"/>565 </xsl:call-template>566 567 <xsl:call-template name="topic">568 <xsl:with-param name="key" select="'natural'"/>569 <xsl:with-param name="column" select="16"/>570 <xsl:with-param name="row" select="25"/>571 </xsl:call-template>572 573 563 <xsl:call-template name="topic"> 574 564 <xsl:with-param name="key" select="'place'"/> 575 565 <xsl:with-param name="column" select="17"/> 576 <xsl:with-param name="row" select="1"/> 577 </xsl:call-template> 578 <xsl:call-template name="topic"> 566 <xsl:with-param name="row" select="23"/> 567 </xsl:call-template> 568 <xsl:call-template name="topic"> 569 <xsl:with-param name="key" select="'natural'"/> 570 <xsl:with-param name="column" select="17"/> 571 <xsl:with-param name="row" select="1"/> 572 </xsl:call-template> 573 <xsl:call-template name="topic"> 579 574 <xsl:with-param name="key" select="'boundary'"/> 580 575 <xsl:with-param name="column" select="17"/> 581 <xsl:with-param name="row" select=" 25"/>576 <xsl:with-param name="row" select="36"/> 582 577 </xsl:call-template> 583 578
Note:
See TracChangeset
for help on using the changeset viewer.