Changeset 9773 in josm for trunk/test/performance/org/openstreetmap/josm/data/osm
- Timestamp:
- 2016-02-09T23:32:34+01:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/performance/org/openstreetmap/josm/data/osm/visitor/paint/StyledMapRendererPerformanceTest.java
r9769 r9773 9 9 import java.io.IOException; 10 10 import java.io.InputStream; 11 11 12 import javax.imageio.ImageIO; 12 13 … … 51 52 g.setColor(Color.BLACK); 52 53 g.fillRect(0, 0, IMG_WIDTH, IMG_WIDTH); 53 nc = Main.map.mapView; //new NavigatableComponent();54 nc = Main.map.mapView; 54 55 nc.setBounds(0, 0, IMG_WIDTH, IMG_HEIGHT); 55 56
Note:
See TracChangeset
for help on using the changeset viewer.