Skip to content

Commit

Permalink
refactor: move WebGL context options to canvasContextAttributes
Browse files Browse the repository at this point in the history
  • Loading branch information
themustafaomar committed Jan 3, 2025
1 parent 8e50e84 commit bd54b72
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/libregl/src/components/map.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,7 @@ export const Map = defineComponent({
},
maplibreLogo: Boolean,
logoPosition: String as PropType<ControlPosition>,
failIfMajorPerformanceCaveat: Boolean,
preserveDrawingBuffer: Boolean,
antialias: { type: Boolean, default: undefined },
canvasContextAttributes: Object as PropType<WebGLContextAttributes>,
refreshExpiredTiles: { type: Boolean, default: true },
maxBounds: Object as PropType<LngLatBoundsLike>,
scrollZoom: {
Expand Down

0 comments on commit bd54b72

Please sign in to comment.