Ignore:
Timestamp:
2011-07-01T00:44:06+02:00 (15 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/DownloadSVGBuilding.java

    r25045 r26228  
    114114            Way wayToAdd = new Way();
    115115            for (EastNorth eastNorth : path) {
    116                 Node nodeToAdd = new Node(Main.proj.eastNorth2latlon(eastNorth));
     116                Node nodeToAdd = new Node(Main.getProjection().eastNorth2latlon(eastNorth));
    117117                // check if new node is not already created by another new path
    118118                Node nearestNewNode = checkNearestNode(nodeToAdd, svgDataSet.getNodes());
Note: See TracChangeset for help on using the changeset viewer.