Ignore:
Timestamp:
2014-02-18T18:19:15+01:00 (11 years ago)
Author:
malcolmh
Message:

New release

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/smed/src/seamarks/SeaMark.java

    r29895 r30287  
    246246                CatSTR.put(Cat.SPM_OFAL, "outfall");
    247247                CatSTR.put(Cat.SPM_ODAS, "odas");
    248                 CatSTR.put(Cat.SPM_RECN, "recreational");
     248                CatSTR.put(Cat.SPM_RECN, "recreation_zone");
    249249                CatSTR.put(Cat.SPM_MOOR, "mooring");
    250250                CatSTR.put(Cat.SPM_LNBY, "lanby");
     
    252252                CatSTR.put(Cat.SPM_NOTC, "notice");
    253253                CatSTR.put(Cat.SPM_TSS, "tss");
    254                 CatSTR.put(Cat.SPM_FOUL, "foul");
     254                CatSTR.put(Cat.SPM_FOUL, "foul_ground");
    255255                CatSTR.put(Cat.SPM_DIVE, "diving");
    256                 CatSTR.put(Cat.SPM_FRRY, "ferry");
     256                CatSTR.put(Cat.SPM_FRRY, "ferry_crossing");
    257257                CatSTR.put(Cat.SPM_ANCH, "anchorage");
    258258                CatSTR.put(Cat.MOR_DLPN, "dolphin");
Note: See TracChangeset for help on using the changeset viewer.