Changes between Version 127 and Version 128 of Help/Styles/MapCSSImplementation
- Timestamp:
- 2016-12-10T00:41:27+01:00 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Help/Styles/MapCSSImplementation
v127 v128 677 677 way::* { c; } 678 678 }}} 679 679 is equivalent to 680 680 {{{ 681 681 #!mapcss … … 685 685 way::B { c; } 686 686 }}} 687 687 And it initializes new subparts. In other words: 688 688 {{{ 689 689 #!mapcss … … 691 691 way::A { b; } 692 692 }}} 693 693 is equivalent to 694 694 {{{ 695 695 #!mapcss … … 698 698 way::A { b; } 699 699 }}} 700 700 which is in turn the same as 701 701 {{{ 702 702 #!mapcss … … 704 704 way::A { b; } 705 705 }}} 706 706 or 707 707 {{{ 708 708 #!mapcss