Changeset 35244 in osm for applications/editors/josm
- Timestamp:
- 2019-12-08T16:04:09+01:00 (5 years ago)
- 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 7 7 import org.openstreetmap.josm.plugins.opendata.modules.fr.paris.datasets.environnement.MobilierVoiePubliqueHandler; 8 8 import org.openstreetmap.josm.plugins.opendata.modules.fr.paris.datasets.urbanisme.EclairagePublicHandler; 9 import org.openstreetmap.josm.plugins.opendata.modules.fr.paris.datasets.urbanisme.SanisettesHandler;10 9 11 10 public class ParisModule extends AbstractModule { … … 13 12 public ParisModule(ModuleInformation info) { 14 13 super(info); 15 handlers.add(SanisettesHandler.class);16 14 handlers.add(ArbresRemarquablesHandler.class); 17 //handlers.add(VolumesBatisHandler.class); // Disabled as the projection cannot be transformed18 //handlers.add(VolumesNonBatisHandler.class); // Disabled as the projection cannot be transformed19 //handlers.add(ElectriciteHandler.class); // Disabled (useless for OSM)20 15 handlers.add(EclairagePublicHandler.class); 21 16 handlers.add(MobilierVoiePubliqueHandler.class);
Note:
See TracChangeset
for help on using the changeset viewer.