From ac8de49c1a59fc7690039989a2ada145e67f1491 Mon Sep 17 00:00:00 2001 From: Vladimir Vyskocil Date: Wed, 21 Jun 2023 12:19:07 +0200 Subject: [PATCH 1/2] "unhewn_cobblestone" surface type is heavily used at least in CZ (https://wiki.openstreetmap.org/wiki/Tag:surface%3Dunhewn_cobblestone) --- stylesheets/map.ost | 1 + 1 file changed, 1 insertion(+) diff --git a/stylesheets/map.ost b/stylesheets/map.ost index be2725804..1e2d11e42 100644 --- a/stylesheets/map.ost +++ b/stylesheets/map.ost @@ -85,6 +85,7 @@ GRADES "asphalt" "cobblestone" "cobblestone:flattened" + "unhewn_cobblestone" "concrete" "concrete:lanes" "concrete:plates" From 25cd9e1bba7e3adf0e3954721ae3dbfcc06a8b1b Mon Sep 17 00:00:00 2001 From: Vladimir Vyskocil Date: Wed, 21 Jun 2023 12:21:57 +0200 Subject: [PATCH 2/2] Fix indentation --- stylesheets/map.ost | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stylesheets/map.ost b/stylesheets/map.ost index 1e2d11e42..e5435e5a9 100644 --- a/stylesheets/map.ost +++ b/stylesheets/map.ost @@ -85,7 +85,7 @@ GRADES "asphalt" "cobblestone" "cobblestone:flattened" - "unhewn_cobblestone" + "unhewn_cobblestone" "concrete" "concrete:lanes" "concrete:plates"