Changeset 30287 in osm for applications/editors/josm/plugins/smed/src
- Timestamp:
- 2014-02-18T18:19:15+01:00 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/smed/src/seamarks/SeaMark.java
r29895 r30287 246 246 CatSTR.put(Cat.SPM_OFAL, "outfall"); 247 247 CatSTR.put(Cat.SPM_ODAS, "odas"); 248 CatSTR.put(Cat.SPM_RECN, "recreation al");248 CatSTR.put(Cat.SPM_RECN, "recreation_zone"); 249 249 CatSTR.put(Cat.SPM_MOOR, "mooring"); 250 250 CatSTR.put(Cat.SPM_LNBY, "lanby"); … … 252 252 CatSTR.put(Cat.SPM_NOTC, "notice"); 253 253 CatSTR.put(Cat.SPM_TSS, "tss"); 254 CatSTR.put(Cat.SPM_FOUL, "foul ");254 CatSTR.put(Cat.SPM_FOUL, "foul_ground"); 255 255 CatSTR.put(Cat.SPM_DIVE, "diving"); 256 CatSTR.put(Cat.SPM_FRRY, "ferry ");256 CatSTR.put(Cat.SPM_FRRY, "ferry_crossing"); 257 257 CatSTR.put(Cat.SPM_ANCH, "anchorage"); 258 258 CatSTR.put(Cat.MOR_DLPN, "dolphin");
Note:
See TracChangeset
for help on using the changeset viewer.