Changeset 28142 in osm for applications/editors/josm/plugins/opendata/modules
- Timestamp:
- 2012-03-23T21:22:46+01:00 (13 years ago)
- Location:
- applications/editors/josm/plugins/opendata/modules/fr.datagouvfr/src/org/openstreetmap/josm/plugins/opendata/modules/fr/datagouvfr
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/opendata/modules/fr.datagouvfr/src/org/openstreetmap/josm/plugins/opendata/modules/fr/datagouvfr/DataGouvFrModule.java
r28054 r28142 24 24 import org.openstreetmap.josm.plugins.opendata.modules.fr.datagouvfr.datasets.ecologie.AssainissementHandler; 25 25 import org.openstreetmap.josm.plugins.opendata.modules.fr.datagouvfr.datasets.ecologie.ForetsPubliquesHandler; 26 import org.openstreetmap.josm.plugins.opendata.modules.fr.datagouvfr.datasets.ecologie.InventaireForestierNationalHandler; 26 27 import org.openstreetmap.josm.plugins.opendata.modules.fr.datagouvfr.datasets.ecologie.ReservesBiologiquesHandler; 27 28 import org.openstreetmap.josm.plugins.opendata.modules.fr.datagouvfr.datasets.education.Etab1er2ndDegreHandler; … … 47 48 handlers.add(new ReservesBiologiquesHandler()); 48 49 handlers.add(new EauxDeSurfaceHandler()); 50 handlers.add(new InventaireForestierNationalHandler()); 49 51 } 50 52 }
Note:
See TracChangeset
for help on using the changeset viewer.