Changeset 28152 in osm for applications/editors/josm/plugins/opendata/modules
- Timestamp:
- 2012-03-27T00:00:38+02:00 (13 years ago)
- 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 18 18 import org.openstreetmap.josm.plugins.opendata.core.modules.AbstractModule; 19 19 import org.openstreetmap.josm.plugins.opendata.core.modules.ModuleInformation; 20 import org.openstreetmap.josm.plugins.opendata.modules.fr.paris.datasets.environnement.ArbresRemarquablesHandler; 21 import org.openstreetmap.josm.plugins.opendata.modules.fr.paris.datasets.urbanisme.EclairagePublicHandler; 20 22 import org.openstreetmap.josm.plugins.opendata.modules.fr.paris.datasets.urbanisme.SanisettesHandler; 21 23 … … 25 27 super(info); 26 28 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); 27 34 } 28 35 }
Note:
See TracChangeset
for help on using the changeset viewer.