diff --git a/demos/side-by-side/index.html.in b/demos/side-by-side/index.html.in index 75d65daab2..91724e3762 100644 --- a/demos/side-by-side/index.html.in +++ b/demos/side-by-side/index.html.in @@ -63,7 +63,7 @@
Notes: the two maps share the same center, resolution, rotation and layers. Currently the DOM map does not support rotation.
Console tips: If you want to play around with the API in the console, first make sure that you're using the simple optimizations version of this demo, then open a console and experiment with the domMap, webglMap and layer variables in the console. The source code is in side-by-side.js.
Known bugs: Dragging is captured on the entire page, not just on the maps. When the map is rotated, panning on the WebGL map doesn't work as expected.
+Known bugs: When the map is rotated, panning on the WebGL map doesn't work as expected.