Changeset 12104 in osm for applications/editors/josm/plugins
- Timestamp:
- 2008-11-27T08:16:01+01:00 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/slippymap/src/org/openstreetmap/josm/plugins/slippymap/SlippyMapPlugin.java
r5691 r12104 21 21 public void mapFrameInitialized(MapFrame oldFrame, MapFrame newFrame) 22 22 { 23 SlippyMapLayer smlayer; 24 smlayer = new SlippyMapLayer(); 25 Main.main.addLayer(smlayer); 23 if (newFrame != null){ 24 SlippyMapLayer smlayer; 25 smlayer = new SlippyMapLayer(); 26 Main.main.addLayer(smlayer); 27 } 26 28 } 27 29
Note:
See TracChangeset
for help on using the changeset viewer.