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

test ipad 03

parent 943e9b83
......@@ -130,6 +130,11 @@
"startingmap": true,
"type": "vcs.vcm.maps.Cesium",
"webGLaa": false
},
{
"name": "Openlayers Map",
"startingmap": false,
"type": "vcs.vcm.maps.Openlayers"
}
],
"widgets": [
......
......@@ -1694,53 +1694,41 @@
{
"name": "terrainview",
"cameraPosition": [
9.103245149494352,
48.80153653271925,
353.262728150414
],
"groundPosition": [
9.102275301304951,
48.805626522635436,
-0.001996078080079859
48.805626522635436
],
"distance": 580.3057882740869,
"heading": 351.09796755112137,
"pitch": -37.50167889533385,
"roll": 359.9626856341865,
"distance": 697.5582134701315,
"heading": 0,
"pitch": -90,
"roll": 0,
"animate": false
},{
"name": "awayview",
"cameraPosition": [
9.100967025005438,
48.805327418653725,
1622.1692871652378
],
"groundPosition": [
9.100815516907067,
48.80580223500527,
-0.005470387031068266
9.102275301304951,
48.805626522635436
],
"distance": 1623.0722840495544,
"heading": 346.7856202179552,
"pitch": -88.09468010251818,
"distance": 697.5582134701315,
"heading": 0,
"pitch": -90,
"roll": 0,
"animate": false
},{
"name": "startview",
"cameraPosition": [
9.102425015376122,
48.80240454104815,
578.1091709840822
],
"groundPosition": [
9.10174686252331,
48.805264430069876,
331.0755950577176
9.102275301304951,
48.805626522635436
],
"distance": 405.79469287934654,
"heading": 351.0979670975734,
"pitch": -37.50168266875528,
"roll": 359.96268637919235,
"distance": 697.5582134701315,
"heading": 0,
"pitch": -90,
"roll": 0,
"animate": false
}
]
......
......@@ -137,9 +137,6 @@ if (checkagent() == true && is_touch_device() == true && checkIpad() == true){
var drop = document.getElementById("dropdownMain")
drop.classList.add('can-touch')
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) {
vcs.vcm.Framework.loadConfig("config_safari.json")
} 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