Changeset 28143 in osm for applications/editors/josm/plugins/opendata/modules/fr.lemans/src
- Timestamp:
- 2012-03-23T21:49:59+01:00 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/opendata/modules/fr.lemans/src/org/openstreetmap/josm/plugins/opendata/modules/fr/lemans/LeMansModule.java
r28091 r28143 30 30 public LeMansModule(ModuleInformation info) { 31 31 super(info); 32 handlers.add( newServicesCommunautairesMunicipauxHandler());33 handlers.add( newCantonsSartheHandler());34 handlers.add( newCommunesHandler());35 handlers.add( newCodesPostauxHandler());36 handlers.add( newCirconscriptionsLegislativesHandler());37 handlers.add( newConseilsQuartiersHandler());38 handlers.add( newPointsApportVolontaireHandler());32 handlers.add(ServicesCommunautairesMunicipauxHandler.class); 33 handlers.add(CantonsSartheHandler.class); 34 handlers.add(CommunesHandler.class); 35 handlers.add(CodesPostauxHandler.class); 36 handlers.add(CirconscriptionsLegislativesHandler.class); 37 handlers.add(ConseilsQuartiersHandler.class); 38 handlers.add(PointsApportVolontaireHandler.class); 39 39 } 40 40 }
Note:
See TracChangeset
for help on using the changeset viewer.