wdtinc / mapbox-vector-tile-java

Java Mapbox Vector Tile Library for Encoding/Decoding
Apache License 2.0
147 stars 73 forks source link

layer supports extent #31

Closed cezhang closed 5 years ago

cezhang commented 5 years ago

Tools that generate vector tiles may not always produce tiles with 4096 extent. While encoding the vector tile, extent is needed.

ShibaBandit commented 5 years ago

What's the use case for this? You want to retain the original tile extent data so that you can write it back out the same?

ShibaBandit commented 5 years ago

Good changes so far, check out my new comments.

cezhang commented 5 years ago

any feedback for latest commit ?

ShibaBandit commented 5 years ago

@snodnipper OK with these updates to the JTS model classes? The writer is not impacted, this just makes the extent readable.

snodnipper commented 5 years ago

@ShibaBandit LGTM 👍

FYI now UTC+8

cezhang commented 5 years ago

PTAL

ShibaBandit commented 5 years ago

Thanks you @snodnipper for the comments and @cezhang for the fixes.