|
21 | 21 | ###########################################################################
|
22 | 22 |
|
23 | 23 | from modules.OsmoseTranslation import T_
|
24 |
| -from .Analyser_Merge import Analyser_Merge, SourceOpenDataSoft, CSV, Load_XY, Conflate, Select, Mapping |
| 24 | +from .Analyser_Merge import Analyser_Merge_Point, SourceOpenDataSoft, CSV, Load_XY, Conflate, Select, Mapping |
25 | 25 |
|
26 | 26 | STANDS_TYPES = {
|
27 | 27 | "Arceau autre": "stands",
|
|
39 | 39 | }
|
40 | 40 |
|
41 | 41 |
|
42 |
| -class Analyser_Merge_Bicycle_Parking_FR_Paris(Analyser_Merge): |
| 42 | +class Analyser_Merge_Bicycle_Parking_FR_Paris(Analyser_Merge_Point): |
43 | 43 | def __init__(self, config, logger = None):
|
44 |
| - Analyser_Merge.__init__(self, config, logger) |
| 44 | + Analyser_Merge_Point.__init__(self, config, logger) |
45 | 45 | self.def_class_missing_official(item = 8150, id = 21, level = 3, tags = ['merge', 'public equipment', 'bicycle', 'fix:survey', 'fix:picture'],
|
46 | 46 | title = T_('Paris bicycle parking not integrated'))
|
47 | 47 |
|
@@ -70,9 +70,9 @@ def __init__(self, config, logger = None):
|
70 | 70 | mapping1 = tag_mapping )))
|
71 | 71 |
|
72 | 72 |
|
73 |
| -class Analyser_Merge_Motorcycle_Parking_FR_Paris(Analyser_Merge): |
| 73 | +class Analyser_Merge_Motorcycle_Parking_FR_Paris(Analyser_Merge_Point): |
74 | 74 | def __init__(self, config, logger = None):
|
75 |
| - Analyser_Merge.__init__(self, config, logger) |
| 75 | + Analyser_Merge_Point.__init__(self, config, logger) |
76 | 76 | self.def_class_missing_official(item = 8150, id = 31, level = 3, tags = ['merge', 'public equipment', 'motorcycle', 'fix:survey', 'fix:picture'],
|
77 | 77 | title = T_('Paris motorcycle parking not integrated'))
|
78 | 78 |
|
@@ -100,9 +100,9 @@ def __init__(self, config, logger = None):
|
100 | 100 | mapping1 = tag_mapping )))
|
101 | 101 |
|
102 | 102 |
|
103 |
| -class Analyser_Merge_Bicycle_Motorcycle_Parking_FR_Paris(Analyser_Merge): |
| 103 | +class Analyser_Merge_Bicycle_Motorcycle_Parking_FR_Paris(Analyser_Merge_Point): |
104 | 104 | def __init__(self, config, logger = None):
|
105 |
| - Analyser_Merge.__init__(self, config, logger) |
| 105 | + Analyser_Merge_Point.__init__(self, config, logger) |
106 | 106 | self.def_class_missing_official(item = 8150, id = 41, level = 3, tags = ['merge', 'public equipment', 'bicycle', 'motorcycle', 'fix:survey', 'fix:picture'],
|
107 | 107 | title = T_('Paris shared motorcycle/motorcycle parking not integrated'))
|
108 | 108 |
|
|
0 commit comments