We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af375e0 commit fa8a1beCopy full SHA for fa8a1be
mapcss/mapcss2osmose.py
@@ -980,6 +980,10 @@ class father:
980
981
982
class """ + prefix + class_name + """(PluginMapCSS):
983
+ # ------------------------------- IMPORTANT -------------------------------
984
+ # This file is generated automatically and should not be modified directly.
985
+ # Instead, modify the source mapcss file and regenerate this Python script.
986
+ # -------------------------------------------------------------------------
987
""" + ("\n MAPCSS_URL = '" + mapcss_url + "'" if mapcss_url else "") + """
988
""" + ("\n only_for = ['" + "', '".join(only_for) + "']\n" if only_for != [] else "") + """
989
""" + ("\n not_for = ['" + "', '".join(not_for) + "']\n" if not_for != [] else "") + """
0 commit comments