Ignore:
Timestamp:
2013-01-08T21:26:40+01:00 (13 years ago)
Author:
malcolmh
Message:

save

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/smed2/src/seamap/Rules.java

    r29176 r29184  
    2828        static int zoom;
    2929       
    30         public static void MainRules (SeaMap m, int z) {
     30        public static void rules (SeaMap m, int z) {
    3131                map = m;
    3232                zoom = z;
     
    123123                        ArrayList<Instr> fncSym = Landmarks.Funcs.get(fncs.get(0));
    124124                        if ((fncs.get(0) == FncFNC.FNC_CHCH) && (cats.get(0) == CatLMK.LMK_TOWR)) catSym = Landmarks.ChurchTower;
     125                        if ((cats.get(0) == CatLMK.LMK_UNKN) && (fncs.get(0) == FncFNC.FNC_UNKN)) catSym = Beacons.LightMajor;
    125126                        Renderer.symbol(feature, catSym, feature.type);
    126127                        Renderer.symbol(feature, fncSym, feature.type);
Note: See TracChangeset for help on using the changeset viewer.