Commit 2455af9a authored by Patrick's avatar Patrick
Browse files

test ipad 03

parent 943e9b83
...@@ -130,6 +130,11 @@ ...@@ -130,6 +130,11 @@
"startingmap": true, "startingmap": true,
"type": "vcs.vcm.maps.Cesium", "type": "vcs.vcm.maps.Cesium",
"webGLaa": false "webGLaa": false
},
{
"name": "Openlayers Map",
"startingmap": false,
"type": "vcs.vcm.maps.Openlayers"
} }
], ],
"widgets": [ "widgets": [
......
...@@ -1694,53 +1694,41 @@ ...@@ -1694,53 +1694,41 @@
{ {
"name": "terrainview", "name": "terrainview",
"cameraPosition": [ "cameraPosition": [
9.103245149494352,
48.80153653271925,
353.262728150414
], ],
"groundPosition": [ "groundPosition": [
9.102275301304951, 9.102275301304951,
48.805626522635436, 48.805626522635436
-0.001996078080079859
], ],
"distance": 580.3057882740869, "distance": 697.5582134701315,
"heading": 351.09796755112137, "heading": 0,
"pitch": -37.50167889533385, "pitch": -90,
"roll": 359.9626856341865, "roll": 0,
"animate": false "animate": false
},{ },{
"name": "awayview", "name": "awayview",
"cameraPosition": [ "cameraPosition": [
9.100967025005438,
48.805327418653725,
1622.1692871652378
], ],
"groundPosition": [ "groundPosition": [
9.100815516907067, 9.102275301304951,
48.80580223500527, 48.805626522635436
-0.005470387031068266
], ],
"distance": 1623.0722840495544, "distance": 697.5582134701315,
"heading": 346.7856202179552, "heading": 0,
"pitch": -88.09468010251818, "pitch": -90,
"roll": 0, "roll": 0,
"animate": false "animate": false
},{ },{
"name": "startview", "name": "startview",
"cameraPosition": [ "cameraPosition": [
9.102425015376122,
48.80240454104815,
578.1091709840822
], ],
"groundPosition": [ "groundPosition": [
9.10174686252331, 9.102275301304951,
48.805264430069876, 48.805626522635436
331.0755950577176
], ],
"distance": 405.79469287934654, "distance": 697.5582134701315,
"heading": 351.0979670975734, "heading": 0,
"pitch": -37.50168266875528, "pitch": -90,
"roll": 359.96268637919235, "roll": 0,
"animate": false "animate": false
} }
] ]
......
...@@ -137,9 +137,6 @@ if (checkagent() == true && is_touch_device() == true && checkIpad() == true){ ...@@ -137,9 +137,6 @@ if (checkagent() == true && is_touch_device() == true && checkIpad() == true){
var drop = document.getElementById("dropdownMain") var drop = document.getElementById("dropdownMain")
drop.classList.add('can-touch') drop.classList.add('can-touch')
drop.style.display = "none"; // add "can-touch" class to document root using classList API drop.style.display = "none"; // add "can-touch" class to document root using classList API
switchArea(true);
changeColor(true);
} else if (checkagent() == true && framework.isMobile() == false) { } else if (checkagent() == true && framework.isMobile() == false) {
vcs.vcm.Framework.loadConfig("config_safari.json") vcs.vcm.Framework.loadConfig("config_safari.json")
} else{ } else{
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment