Skip to content

Commit

Permalink
Regenerate mapcss
Browse files Browse the repository at this point in the history
Excluding France as that contains changes unrelated to this PR
  • Loading branch information
Famlam committed Feb 23, 2025
1 parent 9800a62 commit c9a2551
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 102 deletions.
17 changes: 0 additions & 17 deletions plugins/Josm_ItalySpecific.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,20 +82,3 @@ def relation(self, data, tags, members):
err.append({'class': 21001, 'subclass': 0, 'text': mapcss.tr('{0} without {1}', mapcss._tag_uncapture(capture_tags, '{0.tag}'), mapcss._tag_uncapture(capture_tags, '{1.key}'))})

return err


from plugins.PluginMapCSS import TestPluginMapcss


class Test(TestPluginMapcss):
def test(self):
n = Josm_ItalySpecific(None)
class _config:
options = {"country": None, "language": None}
class father:
config = _config()
n.father = father()
n.init(None)
data = {'id': 0, 'lat': 0, 'lon': 0}


17 changes: 0 additions & 17 deletions plugins/Josm_Rules_Brazilian_Specific.py
Original file line number Diff line number Diff line change
Expand Up @@ -4848,20 +4848,3 @@ def relation(self, data, tags, members):
}})

return err


from plugins.PluginMapCSS import TestPluginMapcss


class Test(TestPluginMapcss):
def test(self):
n = Josm_Rules_Brazilian_Specific(None)
class _config:
options = {"country": None, "language": None}
class father:
config = _config()
n.father = father()
n.init(None)
data = {'id': 0, 'lat': 0, 'lon': 0}


17 changes: 0 additions & 17 deletions plugins/Josm_Seamark.py
Original file line number Diff line number Diff line change
Expand Up @@ -1115,20 +1115,3 @@ def node(self, data, tags):
err.append({'class': 9012010, 'subclass': 1214402030, 'text': mapcss.tr('{0} sign require {1} set to left or right', mapcss._tag_uncapture(capture_tags, '{0.value}'), mapcss._tag_uncapture(capture_tags, '{1.key}'))})

return err


from plugins.PluginMapCSS import TestPluginMapcss


class Test(TestPluginMapcss):
def test(self):
n = Josm_Seamark(None)
class _config:
options = {"country": None, "language": None}
class father:
config = _config()
n.father = father()
n.init(None)
data = {'id': 0, 'lat': 0, 'lon': 0}


17 changes: 0 additions & 17 deletions plugins/Josm_religion.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,20 +101,3 @@ def relation(self, data, tags, members):
}})

return err


from plugins.PluginMapCSS import TestPluginMapcss


class Test(TestPluginMapcss):
def test(self):
n = Josm_religion(None)
class _config:
options = {"country": None, "language": None}
class father:
config = _config()
n.father = father()
n.init(None)
data = {'id': 0, 'lat': 0, 'lon': 0}


17 changes: 0 additions & 17 deletions plugins/Josm_ru_housenumber.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,20 +77,3 @@ def relation(self, data, tags, members):
err.append({'class': 9017001, 'subclass': 774061168, 'text': mapcss.tr('Номера домов не соответствующие принятому соглашению')})

return err


from plugins.PluginMapCSS import TestPluginMapcss


class Test(TestPluginMapcss):
def test(self):
n = Josm_ru_housenumber(None)
class _config:
options = {"country": None, "language": None}
class father:
config = _config()
n.father = father()
n.init(None)
data = {'id': 0, 'lat': 0, 'lon': 0}


17 changes: 0 additions & 17 deletions plugins/Power.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,20 +59,3 @@ def relation(self, data, tags, members):
err.append({'class': 91001, 'subclass': 0, 'text': mapcss.tr('Power Transformers should always be on a node')})

return err


from plugins.PluginMapCSS import TestPluginMapcss


class Test(TestPluginMapcss):
def test(self):
n = Power(None)
class _config:
options = {"country": None, "language": None}
class father:
config = _config()
n.father = father()
n.init(None)
data = {'id': 0, 'lat': 0, 'lon': 0}


0 comments on commit c9a2551

Please sign in to comment.