@deck.gl/mapbox
Advanced tools
Comparing version 9.0.3 to 9.0.4
@@ -90,3 +90,3 @@ import { Deck, WebMercatorViewport, MapView, _flatten as flatten } from '@deck.gl/core'; | ||
...currProps, | ||
// TODO: import these defaults from a single source of truth | ||
// TODO: remove with withParametersWebGL | ||
parameters: { | ||
@@ -93,0 +93,0 @@ depthMask: true, |
@@ -6,3 +6,3 @@ { | ||
"type": "module", | ||
"version": "9.0.3", | ||
"version": "9.0.4", | ||
"publishConfig": { | ||
@@ -42,3 +42,3 @@ "access": "public" | ||
"dependencies": { | ||
"@luma.gl/constants": "^9.0.8", | ||
"@luma.gl/constants": "^9.0.9", | ||
"@math.gl/web-mercator": "^4.0.0" | ||
@@ -50,3 +50,3 @@ }, | ||
}, | ||
"gitHead": "1485a1959438d3a8d9aff0a9d6d6ef18210872b4" | ||
"gitHead": "4f73dc322e5a34cf3e7770d10f973aa37d3830d2" | ||
} |
@@ -117,3 +117,3 @@ import {Deck, WebMercatorViewport, MapView, _flatten as flatten} from '@deck.gl/core'; | ||
...currProps, | ||
// TODO: import these defaults from a single source of truth | ||
// TODO: remove with withParametersWebGL | ||
parameters: { | ||
@@ -128,3 +128,3 @@ depthMask: true, | ||
...currProps.parameters | ||
}, | ||
} as any, | ||
views: currProps.views || [new MapView({id: 'mapbox'})] | ||
@@ -131,0 +131,0 @@ }; |
Sorry, the diff of this file is not supported yet
221135
Updated@luma.gl/constants@^9.0.9