Ignore:
Timestamp:
2013-06-12T22:43:44+02:00 (11 years ago)
Author:
donvip
Message:

[josm_opendata] update Toulouse module + plugin robustness

Location:
applications/editors/josm/plugins/opendata/modules/fr.toulouse/src/org/openstreetmap/josm/plugins/opendata/modules/fr/toulouse
Files:
2 added
2 edited

Legend:

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

    r29493 r29653  
    5959    public static final DataSetCategory CAT_ENVIRONNEMENT = new DataSetCategory("Environnement", "");
    6060    public static final DataSetCategory CAT_PATRIMOINE = new DataSetCategory("Patrimoine", "");
     61    public static final DataSetCategory CAT_SERVICES = new DataSetCategory("Services", "");
    6162    public static final DataSetCategory CAT_SPORT = new DataSetCategory("Sport", "");
    6263    public static final DataSetCategory CAT_TOPOGRAPHIE = new DataSetCategory("Topographie", "");
  • applications/editors/josm/plugins/opendata/modules/fr.toulouse/src/org/openstreetmap/josm/plugins/opendata/modules/fr/toulouse/ToulouseModule.java

    r29493 r29653  
    5151import org.openstreetmap.josm.plugins.opendata.modules.fr.toulouse.datasets.patrimoine.Parcelles1680Handler;
    5252import org.openstreetmap.josm.plugins.opendata.modules.fr.toulouse.datasets.patrimoine.Parcelles1830Handler;
     53import org.openstreetmap.josm.plugins.opendata.modules.fr.toulouse.datasets.services.MarchesPleinVentHandler;
    5354import org.openstreetmap.josm.plugins.opendata.modules.fr.toulouse.datasets.sport.InstallationSportiveBalmaHandler;
    5455import org.openstreetmap.josm.plugins.opendata.modules.fr.toulouse.datasets.sport.InstallationSportiveToulouseHandler;
     
    114115        handlers.add(InstallationSportiveToulouseHandler.class);
    115116        handlers.add(StationsAutoPartageHandler.class);
     117        handlers.add(MarchesPleinVentHandler.class);
    116118    }
    117119   
Note: See TracChangeset for help on using the changeset viewer.