avconfig.js

来自「类mapbar地图处理 用的是MapBar给百度的JS」· JavaScript 代码 · 共 33 行

JS
33
字号

<!--

var strMapsvrUrl = "maplite/";

var transparencyLevel = 60;

// for bubble footer
var DirectionInfo = ''; //'<br><br><a href="">设为起点</a>&nbsp;&nbsp;<a href="">设为终点</a><br><a href="">行车路径</a>&nbsp;&nbsp;<a href="">公交换乘</a>';

var strLicenseKey = 699;
//var strRemoteIP = "222.222.87.240";

//var bubbleX = 0; //-38;
//var bubbleY = 0;

var iToolTipStyle = 1; // 1 - for bubble, 0 - for conventional

// conventional tooltip style definition here
//var topColor = "#8080FF";
//var subColor = "#CCCCFF";
var topColor = "#FFAA60";
var subColor = "#FFFFCC";
var mapwidth = 600;
var mapheight = 400;
var xoffset = 0;
var yoffset = 30;


var MapBackgroundColor = "#EBEAE8";


-->

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?