Changes between Initial Version and Version 1 of Styles/Historic_Stones


Ignore:
Timestamp:
2012-07-01T11:08:14+02:00 (14 years ago)
Author:
lutz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Styles/Historic_Stones

    v1 v1  
     1{{{
     2
     3meta
     4{
     5    title: "Boundary_Stone";
     6    description: "Visualization of some historic=* tags";
     7    version: "0.2_2012-06-10";
     8    author: "ajoessen,lutz";
     9   
     10    watch-modified: true;
     11}
     12
     13node[historic=boundary_stone]
     14{
     15    icon-image: "http://www.country-linedance.de/daten/image/historic_boundary_stone.png";
     16    text: "name";
     17}
     18
     19node[boundary=marker]
     20{
     21    icon-image: http://www.country-linedance.de/daten/image/"boundary_marker.png";
     22    text: "name";
     23}
     24
     25node[railway=milestone]
     26{
     27    icon-image: "http://www.country-linedance.de/daten/image/railway-milestone.png";
     28    text: "name";
     29}
     30
     31node[historic=milestone]
     32{
     33    icon-image: "http://www.country-linedance.de/daten/image/milestone.png";
     34    text: "name";
     35}
     36
     37node[historic=stone]
     38{
     39    icon-image: "http://www.country-linedance.de/daten/image/kreuzsteine.png";
     40    text: "name";
     41}
     42
     43}}}