comaps/kothic
12
0
Fork
You've already forked kothic
2

WIP: WIP Rewrite mapcss files from pseudo-tags to OM types #31

Draft
pastk wants to merge 1 commit from pastk-feature-types-migration into master
pull from: pastk-feature-types-migration
merge into: comaps:master
comaps:master
comaps:pastk-improve-casing-width
comaps:yannikbloscheck-allow-imports
comaps:add-unittests
comaps:ab-protobuf
comaps:vng-fix
comaps:vng-python3
comaps:fix_static_tags
comaps:extra_tag
comaps:updated-protobuf-v3.3.0
comaps:no_dup
comaps:datapath
comaps:check_dup
comaps:multi
comaps:faster2
comaps:faster8
comaps:new-feline
comaps:short_mapping
comaps:fixtypes
comaps:txt
comaps:egg_path
pastk commented 2024年12月02日 20:11:15 +01:00 (Migrated from github.com)
Copy link

Migrate mapcss files from pseudo-tags notation to direct usage of OM feature types.

E.g.

-area|z13-[natural=water][water=ditch],
-area|z13-[natural=water][water=drain],
-area|z12-[natural=water][water=wastewater],
+area|z13-|natural-water-ditch,
+area|z13-|natural-water-drain,
+area|z12-|natural-water-wastewater,
 {fill-color: @water_bad;}
Migrate mapcss files from pseudo-tags notation to direct usage of OM feature types. E.g. ```diff -area|z13-[natural=water][water=ditch], -area|z13-[natural=water][water=drain], -area|z12-[natural=water][water=wastewater], +area|z13-|natural-water-ditch, +area|z13-|natural-water-drain, +area|z12-|natural-water-wastewater, {fill-color: @water_bad;} ```
This pull request has changes conflicting with the target branch.
  • src/mapcss/__init__.py
View command line instructions

Manual merge helper

Use this merge commit message when completing the merge manually.

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin pastk-feature-types-migration:pastk-feature-types-migration
git switch pastk-feature-types-migration
Sign in to join this conversation.
No reviewers
Milestone
Clear milestone
No items
No milestone
Projects
Clear projects
No items
No project
Assignees
Clear assignees
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
comaps/kothic!31
Reference in a new issue
comaps/kothic
No description provided.
Delete branch "pastk-feature-types-migration"

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?