Ignore:
Timestamp:
2012-03-28T00:49:59+02:00 (12 years ago)
Author:
donvip
Message:

[josm_opendata] fix bug in shapefile reading

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/opendata/src/org/openstreetmap/josm/plugins/opendata/core/io/geographic/ShpReader.java

    r28152 r28158  
    333333                                                n++;
    334334                                                try {
    335                                                         Object feature = iterator.next();
    336                                                         parseFeature(iterator.next(), parent);
     335                                                        Feature feature = iterator.next();
     336                                                        parseFeature(feature, parent);
    337337                                                        if (handler != null) {
    338338                                                                handler.notifyFeatureParsed(feature, ds, featurePrimitives);
Note: See TracChangeset for help on using the changeset viewer.