|
@@ -210,7 +210,7 @@ public class TiledMapServiceImpl extends IBaseServiceImpl implements TiledMapSer
|
|
|
* building_1: bundle_id值
|
|
|
* 11=floor_id值:site_model.type:floor的id
|
|
|
*/
|
|
|
- dto.setFile_path("data/bundle/building_1/map_tiles/11");
|
|
|
+ dto.setFile_path("data/bundle_" + sceneCode +"/building_1/map_tiles/11");
|
|
|
dto.setFile_name("$DEPTH/$X/$Y.png");
|
|
|
// 11=floor_id值:site_model.type:floor的id
|
|
|
dto.setFloor_id(11);
|