Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Private-use messages #107

Open
e-n-f opened this issue Mar 29, 2018 · 0 comments
Open

Private-use messages #107

e-n-f opened this issue Mar 29, 2018 · 0 comments

Comments

@e-n-f
Copy link
Contributor

e-n-f commented Mar 29, 2018

Creators and users of vector tiles should be able to include private messages within tiles, layers, and features, by mutual agreement. Other software that doesn't know how to interpret these messages should pass them through as opaque blobs to the extent that is possible.

Something like:

message private {
    required string = 1;
    extensions 20 to max;
}

and then in each of tile, layer, and feature,

    repeated private = 6;

(or some other number).

One of the options for value could also be an object of this type if there is a need for opaque feature attributes.

The string in the private message would be the URL for the specification for the private message type. There is no need for software to actually download a file from the URL; it just serves to distinguish one type of private message from another.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant