Ignore:
Timestamp:
2010-09-15T18:54:18+02:00 (16 years ago)
Author:
stoecker
Message:

remove tabs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/cadastre-fr/src/cadastre_fr/CadastreGrabber.java

    r20390 r23190  
    5252        }
    5353    }
    54    
     54
    5555    public GeorefImage grabParcels(WMSLayer wmsLayer, EastNorth lambertMin, EastNorth lambertMax) throws IOException, OsmTransferException {
    5656        try {
     
    6363        }
    6464    }
    65    
     65
    6666    private URL getURLRaster(WMSLayer wmsLayer, EastNorth lambertMin, EastNorth lambertMax) throws MalformedURLException {
    6767        // GET /scpc/wms?version=1.1&request=GetMap&layers=CDIF:PMC@QH4480001701&format=image/png&bbox=-1186,0,13555,8830&width=576&height=345&exception=application/vnd.ogc.se_inimage&styles= HTTP/1.1
     
    8585            EastNorth lambertMin, EastNorth lambertMax) throws MalformedURLException {
    8686        String str = new String(wmsInterface.baseURL+"/scpc/wms?version=1.1&request=GetMap");
    87         str += "&layers="+ layers; 
     87        str += "&layers="+ layers;
    8888        str += "&format=image/png";
    8989        //str += "&format=image/jpeg";
     
    100100
    101101    private URL getURLVector(EastNorth lambertMin, EastNorth lambertMax) throws MalformedURLException {
    102         return buildURLVector(CadastrePlugin.grabLayers, CadastrePlugin.grabStyles, 
    103                 CadastrePlugin.imageWidth, CadastrePlugin.imageHeight, 
     102        return buildURLVector(CadastrePlugin.grabLayers, CadastrePlugin.grabStyles,
     103                CadastrePlugin.imageWidth, CadastrePlugin.imageHeight,
    104104                lambertMin, lambertMax);
    105105    }
Note: See TracChangeset for help on using the changeset viewer.