Changeset 29185 in osm for applications/editors/josm/plugins/smed2/src/seamap/Rules.java
- Timestamp:
- 2013-01-10T00:56:38+01:00 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/smed2/src/seamap/Rules.java
r29184 r29185 123 123 ArrayList<Instr> fncSym = Landmarks.Funcs.get(fncs.get(0)); 124 124 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; 125 if ((cats.get(0) == CatLMK.LMK_UNKN) && (fncs.get(0) == FncFNC.FNC_UNKN) && (feature.objs.get(Obj.LIGHTS) != null)) catSym = Beacons.LightMajor; 126 if (cats.get(0) == CatLMK.LMK_RADR) fncSym = Landmarks.RadioTV; 126 127 Renderer.symbol(feature, catSym, feature.type); 127 128 Renderer.symbol(feature, fncSym, feature.type);
Note:
See TracChangeset
for help on using the changeset viewer.
