Changeset 29275 in osm for applications/editors/josm/plugins/smed2/src/seamap/Rules.java
- Timestamp:
- 2013-02-22T13:53:24+01:00 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/smed2/src/seamap/Rules.java
r29266 r29275 294 294 case ACHARE: 295 295 if (zoom >= 12) { 296 Renderer.symbol(feature, Harbours.Anchorage, null, null); 296 if (feature.flag != Fflag.LINE) 297 Renderer.symbol(feature, Harbours.Anchorage, null, null); 297 298 Renderer.lineSymbols(feature, Areas.Restricted, 1.0, Areas.LineAnchor, 10); 298 299 if ((zoom >= 15) && ((name) != null)) {
Note:
See TracChangeset
for help on using the changeset viewer.
