Changeset 29653 in osm for applications/editors/josm/plugins/opendata/modules
- Timestamp:
- 2013-06-12T22:43:44+02:00 (11 years ago)
- 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 59 59 public static final DataSetCategory CAT_ENVIRONNEMENT = new DataSetCategory("Environnement", ""); 60 60 public static final DataSetCategory CAT_PATRIMOINE = new DataSetCategory("Patrimoine", ""); 61 public static final DataSetCategory CAT_SERVICES = new DataSetCategory("Services", ""); 61 62 public static final DataSetCategory CAT_SPORT = new DataSetCategory("Sport", ""); 62 63 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 51 51 import org.openstreetmap.josm.plugins.opendata.modules.fr.toulouse.datasets.patrimoine.Parcelles1680Handler; 52 52 import org.openstreetmap.josm.plugins.opendata.modules.fr.toulouse.datasets.patrimoine.Parcelles1830Handler; 53 import org.openstreetmap.josm.plugins.opendata.modules.fr.toulouse.datasets.services.MarchesPleinVentHandler; 53 54 import org.openstreetmap.josm.plugins.opendata.modules.fr.toulouse.datasets.sport.InstallationSportiveBalmaHandler; 54 55 import org.openstreetmap.josm.plugins.opendata.modules.fr.toulouse.datasets.sport.InstallationSportiveToulouseHandler; … … 114 115 handlers.add(InstallationSportiveToulouseHandler.class); 115 116 handlers.add(StationsAutoPartageHandler.class); 117 handlers.add(MarchesPleinVentHandler.class); 116 118 } 117 119
Note:
See TracChangeset
for help on using the changeset viewer.