v2.1 TiledMap使用问题

Question:1
this.tileMapLayer.removeTileAt(newTile);
以前有 removeTileAt()方法可以移除 tileMapLayer层的 newTile这个格子,现在
怎么不管用了。

Question:2
var props = this.tileMap.getPropertiesForGID(GID);
if (props.isStar){ }
为什么提示 Uncaught TypeError: Cannot read property ‘isStar’ of undefined

参考:
https://forum.cocos.com/t/cocoscreator/71010

https://forum.cocos.com/t/tiledlayer-removetileat/70434/3