diff options
| author | Ariel Costas Guerrero <ariel@costas.dev> | 2025-10-21 23:36:05 +0200 |
|---|---|---|
| committer | Ariel Costas Guerrero <ariel@costas.dev> | 2025-10-21 23:36:05 +0200 |
| commit | f5a4b91b7cc5ceaa805ddfe1285f3ec7e5b30a90 (patch) | |
| tree | cda54ba7a866a95de5ef5574fd51d41cf213b313 /src/frontend/public/maps | |
| parent | 01996d722d5b9e1b906c3971fbbf8dc540274d39 (diff) | |
Refactor solution file and update region configuration with bounds and text color
Diffstat (limited to 'src/frontend/public/maps')
| -rw-r--r-- | src/frontend/public/maps/styles/openfreemap-any.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/frontend/public/maps/styles/openfreemap-any.json b/src/frontend/public/maps/styles/openfreemap-any.json index d279f8c..8fdca37 100644 --- a/src/frontend/public/maps/styles/openfreemap-any.json +++ b/src/frontend/public/maps/styles/openfreemap-any.json @@ -4394,6 +4394,12 @@ "filter": [ "all", [ + "!=", + [ + "get", + "class" + ], "bus"], + [ "match", [ "geometry-type" |
