Skip to content

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

Draft
pastk wants to merge 1 commit into
masterfrom
pastk-feature-types-migration
Draft

WIP Rewrite mapcss files from pseudo-tags to OM types#31
pastk wants to merge 1 commit into
masterfrom
pastk-feature-types-migration

Conversation

@pastk

@pastk pastk commented Dec 2, 2024

Copy link
Copy Markdown

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;}

Signed-off-by: Konstantin Pastbin <konstantin.pastbin@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant