map = new fengmap.FMMap({ container }); map.openMapById(sceneID);
将 sceneID 换成地图数据ID即可。
地图制作后,根据地图ID,map参数只设置 container,OpenMapByID传入地图id即可。