Changeset 10775 in osm
- Timestamp:
- 2008-09-18T15:40:13+02:00 (16 years ago)
- Location:
- applications/editors/josm/plugins
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/slippymap/src/org/openstreetmap/josm/plugins/slippymap/SlippyMapLayer.java
r10111 r10775 57 57 { 58 58 super(tr("Slippy Map")); 59 background = true; 59 60 60 61 clearTileStorage(); -
applications/editors/josm/plugins/wmsplugin/src/wmsplugin/WMSLayer.java
r10706 r10775 73 73 public WMSLayer(String name, String baseURL) { 74 74 super(name); 75 background = true; 75 76 initializeImages(); 76 77 this.baseURL = baseURL;
Note:
See TracChangeset
for help on using the changeset viewer.