This commit is contained in:
TuxCoder 2019-07-20 14:33:10 +02:00
parent 4af74834b4
commit 1e7f6df1ec
3 changed files with 3 additions and 3 deletions

View file

@ -25,7 +25,7 @@ const coordinate_cccamp19 = fromLonLat([13.30735, 53.03127]);
var MapClass;
if (WEBGL) {
if (WEBGL && false) {
MapClass = WebGLMap;
} else {
MapClass = Map;