mappyfile icon indicating copy to clipboard operation
mappyfile copied to clipboard

Additional Comments added

Open geographika opened this issue 2 years ago • 0 comments

When using the "keep comments" feature, the following case will keep adding a new # PROJECTION comment on each change:

MAP
    PROJECTION
        "init=epsg:2157"
    END # PROJECTION
    LAYER
        TYPE LINE
    END
END # MAP

Output:

MAP
    PROJECTION
        "init=epsg:2157"
    END # PROJECTION
    # PROJECTION
    # PROJECTION
    LAYER
        TYPE LINE
    END # LAYER
END # MAP

geographika avatar Oct 19 '22 12:10 geographika