Skip to content

Commit bc86b82

Browse files
committed
test: testing wbgl render
1 parent 3378a89 commit bc86b82

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/map/map.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ export const Map: FunctionComponent<MapProps> = ({
3333
layers: [],
3434
controls: [],
3535
overlays: [],
36+
renderer: "webgl",
3637
};
3738
const mapObject = new ol.Map(options);
3839
mapObject.setTarget(mapEl.current);

0 commit comments

Comments
 (0)