Ignore:
Timestamp:
2011-07-01T00:44:06+02:00 (14 years ago)
Author:
pieren
Message:

For v2.2

  • replace deprecated Main.proj by newest Main.getProjection()
  • fix list of raster images (Feuilles) parsing failing after a Cadastre server change/maintenance
File:
1 edited

Legend:

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

    r25045 r26228  
    116116        List<Node> nodeList = new ArrayList<Node>();
    117117        for (EastNorth eastNorth : eastNorths.get(bestPath)) {
    118             nodeList.add(new Node(Main.proj.eastNorth2latlon(eastNorth)));
     118            nodeList.add(new Node(Main.getProjection().eastNorth2latlon(eastNorth)));
    119119        }
    120120        Way wayToAdd = new Way();
Note: See TracChangeset for help on using the changeset viewer.