This is an automated email from the ASF dual-hosted git repository.

bchapuis pushed a commit to branch basemaps-schema
in repository https://gitbox.apache.org/repos/asf/incubator-baremaps.git

commit f5b29ff9787513d50ee90964d147249f8da91460
Author: Bertil Chapuis <[email protected]>
AuthorDate: Sun Jan 5 23:33:31 2025 +0100

    Display turntable
---
 basemap/layers/railway/line.js | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/basemap/layers/railway/line.js b/basemap/layers/railway/line.js
index fb91bb351..2ab1afc91 100644
--- a/basemap/layers/railway/line.js
+++ b/basemap/layers/railway/line.js
@@ -38,10 +38,7 @@ export let directives = [
     },
 
     {
-        'filter': ['all',
-            ['==', ['get', 'railway'], 'turntable'],
-            ['has', 'service']
-        ],
+        'filter': ['==', ['get', 'railway'], 'turntable'],
         'line-color': theme.railwayAllRailsLineColor,
         'line-width-stops': theme.railwayServiceLineWidth,
     },

Reply via email to