Changes between Version 68 and Version 69 of Styles/Lane_and_Road_Attributes


Ignore:
Timestamp:
2025-01-26T23:05:18+01:00 (5 months ago)
Author:
mikedld
Comment:

Add support for fractional widths

Legend:

Unmodified
Added
Removed
Modified
  • Styles/Lane_and_Road_Attributes

    v68 v69  
    16911691  road_width: 0.3048 * get(prop(_match), 1) + 0.0254 * get(prop(_match), 2);
    16921692}
    1693 way[width=~/^(\d+)$/] {
     1693way[width=~/^(\d+)(\.\d+)?$/] {
    16941694  road_width: tag(width);
    16951695}