Skip to content

Encoded File Type Header Field? #6

Open
@william-silversmith

Description

@william-silversmith

We could adapt mapbuffer to add a content type header field. For example:

content_type char(5) = 'draco'

This would allow for automatic decoder selection. On the other hand, we could allow for arbitrary compression types and simply pass through unsupported ones. That would require only a code change and not a format change.

compression_type (4) = "drco"

However, the above change would be generally useful. For example gzip encoded json or xml could be represented.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions