Changeset 1677 in josm for trunk/src/org/openstreetmap/josm/data/osm/visitor/MapPaintVisitor.java
- Timestamp:
- 17.06.2009 10:04:22 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/osm/visitor/MapPaintVisitor.java
r1640 r1677 268 268 int tmpWidth = (int) (100 / (float) (circum / realWidth)); 269 269 if (tmpWidth > width) width = tmpWidth; 270 270 271 271 /* if we have a "width" tag, try use it */ 272 272 /* (this might be slow and could be improved by caching the value in the Way, on the other hand only used if "real width" is enabled) */
Note: See TracChangeset
for help on using the changeset viewer.
