Changeset 27610 in osm for applications/editors/josm/plugins/smed/plugs/oseam/src
- Timestamp:
- 2012-01-24T13:21:05+01:00 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/smed/plugs/oseam/src/oseam/seamarks/SeaMark.java
r27461 r27610 258 258 CatSTR.put(Cat.INB_CALM, "calm"); 259 259 CatSTR.put(Cat.INB_SBM, "sbm"); 260 CatSTR.put(Cat.SIS_PTCL, "control"); 261 CatSTR.put(Cat.SIS_PTED, "entry"); 262 CatSTR.put(Cat.SIS_IPT, " IPT");260 CatSTR.put(Cat.SIS_PTCL, "port_control"); 261 CatSTR.put(Cat.SIS_PTED, "port_entry"); 262 CatSTR.put(Cat.SIS_IPT, "ipt"); 263 263 CatSTR.put(Cat.SIS_BRTH, "berthing"); 264 264 CatSTR.put(Cat.SIS_DOCK, "dock");
Note:
See TracChangeset
for help on using the changeset viewer.