mapconfig.json.bak 1.18 KB
Newer Older
oscar's avatar
oscar committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35
{
    "algorithm_change_direction_punish_range_max": 0.5,
    "algorithm_change_road_punish_div": 4,
    "algorithm_condidate_max": 30,
    "algorithm_path_len": 50,
    "gps_file_path": "./resources/JiaDing12Connection_HD_SHP_0728/node1x.csv",
    "gps_rect_lat_metres_half": 1,
    "gps_rect_lon_metres_half": 1,
    "hd_config": {
        "save_dir_binary": "./maps/qichecheng/hd_binary/",
        "save_dir_json": "./maps/qichecheng/hd_json/"
    },
    "logDir": "./logs/",
    "map_file_dir": "./resources/JiaDing12Connection_HD_SHP_0728/QX_HD_SHP_0728/",
    "map_use_type": "hd",
    "node_interpolate": 3,
    "profiler_interval": 5,
    "qt_max_level": 5,
    "road_plan_file_dir": "./maps/qichecheng/",
    "road_plan_max_failes": 100,
    "road_plan_max_links": 5000,
    "road_plan_min_waypoint_dis": 10.0,
    "route_rect_lat": 1,
    "route_rect_lon": 1,
    "sd_config": {
        "save_dir_binary": "./maps/qichecheng/sd_binary/",
        "save_dir_json": "./maps/qichecheng/sd_json/"
    },
    "sdid2hdid_path": "./maps/qichecheng/SdId2HdId",
    "serialize_type_json1_binary2": 2,
    "tag": "",
    "tile_encrypt": true,
    "tile_lat_interval": 0.02,
    "tile_lon_interval": 0.02
}