Changeset 29184 in osm for applications/editors/josm/plugins/smed2/src/seamap/Rules.java
- Timestamp:
- 2013-01-08T21:26:40+01:00 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/smed2/src/seamap/Rules.java
r29176 r29184 28 28 static int zoom; 29 29 30 public static void MainRules (SeaMap m, int z) {30 public static void rules (SeaMap m, int z) { 31 31 map = m; 32 32 zoom = z; … … 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 126 Renderer.symbol(feature, catSym, feature.type); 126 127 Renderer.symbol(feature, fncSym, feature.type);
Note:
See TracChangeset
for help on using the changeset viewer.
