You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order to simplify MVT->MLT migration, we need to support MLT being a proper superset of MVT - in other words to include all the needed metadata. This can be accomplished with:
prepending the metadata protobuf to each layer
introducing a different bit-optimized metadata format, rather than dealing with ProtoBufs (I think this may be better)
Afterwards, we can stabilize adding metadata to the tilejson, preferably parseable with the json schema
The text was updated successfully, but these errors were encountered:
In order to simplify MVT->MLT migration, we need to support MLT being a proper superset of MVT - in other words to include all the needed metadata. This can be accomplished with:
Afterwards, we can stabilize adding metadata to the tilejson, preferably parseable with the json schema
The text was updated successfully, but these errors were encountered: