Changeset 24899 in osm for applications/editors/josm/plugins
- Timestamp:
- 2010-12-28T21:08:08+01:00 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/cadastre-fr/src/cadastre_fr/DownloadWMSVectorImage.java
r23190 r24899 46 46 if (wmsLayer.isRaster()) { 47 47 // set raster image commune bounding box based on current view (before adjustment) 48 wmsLayer.setRasterBounds(bounds); 48 JOptionPane.showMessageDialog(Main.parent,tr("This commune is not vectorized.\nPlease use the other menu entry to georeference a \"Plan image\"")); 49 Main.main.removeLayer(wmsLayer); 50 wmsLayer = null; 51 return; 49 52 } else { 50 53 // set vectorized commune bounding box by opening the standard web window
Note:
See TracChangeset
for help on using the changeset viewer.