Move minVisibleScale prepending logic from the core to the kothic #10
No reviewers
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: organicmaps/kothic#10
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "pastk-minVisibleScale"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
As per https://github.com/organicmaps/organicmaps/issues/4314#issuecomment-1442367661
Added a
Dump priorities into separate mapcss files
commit.Now priorities are loaded from the new files (which are automatically re-formatted).
Priorities could be compressed / re-spaced on demand (manually).
@ -626,6 +898,10 @@ def main():
if options.outfile == "-":
parser.error("Please specify base output path.")
nit: Update comment above.
@ -626,6 +898,10 @@ def main():
if options.outfile == "-":
parser.error("Please specify base output path.")
done