//地图配置类
function IMSMapConfig() {
    this.xMinMap = 36557.6011008672;                      //整图的最小逻辑坐标
    this.yMinMap = 425.000122070313;
    this.xMaxMap = 92939.3577270508;                      //整图的最大逻辑坐标
    this.yMaxMap = 56806.7567482539;
    this.levelNum = 9;                                    //栅格地图级数
    this.statusBarFlag = false;                           //是否在状态栏显示当前鼠标的坐标
    this.gridImageUrl = ["GetIMG.ashx"];                  //栅格图请求页面
}


