Changeset 35244 in osm for applications/editors/josm


Ignore:
Timestamp:
2019-12-08T16:04:09+01:00 (5 years ago)
Author:
donvip
Message:

see #josm18385 - cleanup Paris module

Location:
applications/editors/josm/plugins/opendata/modules/fr.paris/src/org/openstreetmap/josm/plugins/opendata/modules/fr/paris
Files:
4 deleted
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

    r30731 r35244  
    77import org.openstreetmap.josm.plugins.opendata.modules.fr.paris.datasets.environnement.MobilierVoiePubliqueHandler;
    88import org.openstreetmap.josm.plugins.opendata.modules.fr.paris.datasets.urbanisme.EclairagePublicHandler;
    9 import org.openstreetmap.josm.plugins.opendata.modules.fr.paris.datasets.urbanisme.SanisettesHandler;
    109
    1110public class ParisModule extends AbstractModule {
     
    1312    public ParisModule(ModuleInformation info) {
    1413        super(info);
    15         handlers.add(SanisettesHandler.class);
    1614        handlers.add(ArbresRemarquablesHandler.class);
    17         //handlers.add(VolumesBatisHandler.class); // Disabled as the projection cannot be transformed
    18         //handlers.add(VolumesNonBatisHandler.class); // Disabled as the projection cannot be transformed
    19         //handlers.add(ElectriciteHandler.class); // Disabled (useless for OSM)
    2015        handlers.add(EclairagePublicHandler.class);
    2116        handlers.add(MobilierVoiePubliqueHandler.class);
Note: See TracChangeset for help on using the changeset viewer.