Changeset 31846 in osm for applications/editors/josm/plugins/seachart/src/render
- Timestamp:
- 2015-12-21T16:57:17+01:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/seachart/src/render/Rules.java
r31738 r31846 218 218 if (testObject(Obj.DRGARE)) for (Feature f : objects) if (testFeature(f)) areas(); 219 219 if (testObject(Obj.RESARE)) for (Feature f : objects) if (testFeature(f)) areas(); 220 if (testObject(Obj.PRCARE)) for (Feature f : objects) if (testFeature(f)) areas(); 220 221 if (testObject(Obj.SPLARE)) for (Feature f : objects) if (testFeature(f)) areas(); 221 222 if (testObject(Obj.SEAARE)) for (Feature f : objects) if (testFeature(f)) areas(); … … 345 346 } 346 347 break; 348 case PRCARE: 349 if (Renderer.zoom >= 12) { 350 Renderer.lineVector(feature, new LineStyle(Symbols.Mline, 10, new float[] { 40, 40 })); 351 } 352 break; 347 353 case SEAARE: 348 354 switch ((CatSEA) getAttEnum(feature, feature.type, 0, Att.CATSEA)) {
Note:
See TracChangeset
for help on using the changeset viewer.