mapgears / scribeui

http://scribeui.org
MIT License
28 stars 15 forks source link

Every NAME has a number appended to it (Scribe) #130

Closed samuellapointe closed 9 years ago

samuellapointe commented 9 years ago

Any name tag in a scribe file will be interpreted as a layer name and a number will be appended to it. For example:

IMAGETYPE: svg
  OUTPUTFORMAT {
    NAME: "svg"
    DRIVER: CAIRO/SVG
    MIMETYPE: "image/svg+xml"
    IMAGEMODE: RGB
    EXTENSION: "svg"
}  

NAME: "svg" will become NAME svg1.