Skip to content

Commit

Permalink
remove the old TileEncodingResult (#642)
Browse files Browse the repository at this point in the history
* remove the old TileEncodingResult

...only to be merged once planetiler-openmaptile has been updated

* update pt-omt

---------

Co-authored-by: Mike Barry <[email protected]>
  • Loading branch information
bbilger and msbarry authored Aug 4, 2023
1 parent 5ef73ac commit a1c33dc
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 50 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,6 @@ interface TileWriter extends Closeable {

void write(TileEncodingResult encodingResult);

// TODO: exists for compatibility reasons
default void write(com.onthegomap.planetiler.mbtiles.TileEncodingResult encodingResult) {
write(new TileEncodingResult(encodingResult.coord(), encodingResult.tileData(), encodingResult.tileDataHash()));
}

@Override
void close();

Expand Down

This file was deleted.

2 changes: 1 addition & 1 deletion planetiler-openmaptiles

0 comments on commit a1c33dc

Please sign in to comment.