VectorTile tile = tileResponse.getTile();
for (TileCode relatedTile : tile.getCodes()) {
siblings.add(relatedTile);
}
if (tile.getContentType() == VectorTileContentType.STRING_CONTENT) {
display = new VectorTileObject();
display.setContent(tile.getFeatureContent());
renderer.getVectorContainer().add((VectorTileObject) display);
} else {
Coordinate position = getTilePosition(tile);
display = new RasterTileObject(tile.getFeatureContent(), tile.getScreenWidth(), tile