Skip to content

Commit 734cee6

Browse files
committed
Skills: Don't hide roads from maps due to Mapbox WebGL transparency bg
1 parent b5ff757 commit 734cee6

File tree

1 file changed

+0
-2
lines changed
  • packages/skills/skills/remotion/rules

1 file changed

+0
-2
lines changed

packages/skills/skills/remotion/rules/maps.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,6 @@ export const MyComposition = () => {
112112
_map.setConfigProperty('basemap', feature, false);
113113
}
114114

115-
_map.setConfigProperty('basemap', 'colorMotorways', 'rgba(0, 0, 0, 0)');
116-
_map.setConfigProperty('basemap', 'colorRoads', 'rgba(0, 0, 0, 0)');
117115
_map.setConfigProperty('basemap', 'colorTrunks', 'rgba(0, 0, 0, 0)');
118116

119117
_map.addSource('trace', {

0 commit comments

Comments
 (0)