Ignore:
Timestamp:
2012-03-27T00:00:38+02:00 (13 years ago)
Author:
donvip
Message:

[josm_opendata] Improvements in Shapefile parsing, progress monitor, added Paris street lights and notable trees.

Location:
applications/editors/josm/plugins/opendata/modules/fr.paris/src/org/openstreetmap/josm/plugins/opendata/modules/fr/paris
Files:
7 added
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/opendata/modules/fr.paris/src/org/openstreetmap/josm/plugins/opendata/modules/fr/paris/ParisModule.java

    r28143 r28152  
    1818import org.openstreetmap.josm.plugins.opendata.core.modules.AbstractModule;
    1919import org.openstreetmap.josm.plugins.opendata.core.modules.ModuleInformation;
     20import org.openstreetmap.josm.plugins.opendata.modules.fr.paris.datasets.environnement.ArbresRemarquablesHandler;
     21import org.openstreetmap.josm.plugins.opendata.modules.fr.paris.datasets.urbanisme.EclairagePublicHandler;
    2022import org.openstreetmap.josm.plugins.opendata.modules.fr.paris.datasets.urbanisme.SanisettesHandler;
    2123
     
    2527                super(info);
    2628        handlers.add(SanisettesHandler.class);
     29        handlers.add(ArbresRemarquablesHandler.class);
     30        //handlers.add(VolumesBatisHandler.class); // Disabled as the projection cannot be transformed
     31        //handlers.add(VolumesNonBatisHandler.class); // Disabled as the projection cannot be transformed
     32        //handlers.add(ElectriciteHandler.class); // Disabled (useless for OSM)
     33        handlers.add(EclairagePublicHandler.class);
    2734    }
    2835}
Note: See TracChangeset for help on using the changeset viewer.