Set utfgrid tile as loaded after load instead of empty

This commit is contained in:
Alexandre Dubé
2019-11-27 11:37:52 -05:00
parent cda01cfeb9
commit d87caed50f

View File

@@ -187,7 +187,7 @@ export class CustomTile extends Tile {
this.keys_ = json['keys'];
this.data_ = json['data'];
this.state = TileState.EMPTY;
this.state = TileState.LOADED;
this.changed();
}