-
Notifications
You must be signed in to change notification settings - Fork 210
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
Register MIME type #48
Comments
Is the process publish a spec using a registration required mime type then register with IANA or to publish a spec then register against the spec? Or, because it's a vnd tree name, can we point at the existing spec for a registration? I think this is possible. |
@flippmoke there's a submission form linked from http://www.iana.org/assignments/media-types/media-types.xhtml and directions in http://tools.ietf.org/html/rfc6838. IIRC, my Vector tiles do not qualify for the standards tree (http://tools.ietf.org/html/rfc6838#section-3.1) but do qualify for the vendor (vnd) tree. I suggest GeoJSON's info (http://www.iana.org/assignments/media-types/application/vnd.geo+json) is as good a template as any. You'll definitely want to make sure there's a canonical URL for the |
Is there a reason to use a (IMO cryptic) abbreviation in the MIME type, or could we switch to one of the following:
Should the MIME type encode the carrying format (protobuf), similar to the way that |
@jfirebaugh |
I have no objection to either of the suggestions, I honestly just used an abbreviation because thats how many are out in the wild. |
Following up on what we have talked about regarding the name, I see nothing about the style of the name required in https://tools.ietf.org/html/rfc2048#section-2.2.2, so I think @jfirebaugh's suggestions will work fine. I will change the document to one of these. |
@flippmoke Will you pursue the IANA registration, or should I do a registration on behalf of a third party? |
I will post this here as a general question: Do optional parameters make sense for us to register with the MIME type. Due to the fact that vector tiles do not alone contain all the information necessary to process them or does it make sense to have optional header parameters that provide information such as:
|
I don't think that we should implement optional header parameters yet: everything but x/y/z is a can of worms and x/y/z is already in the URL. MIME is a good first step and we can tackle header parameters once we have better answers around projections and a concrete usecase. |
I have submitted the registration, now waiting on their approval or comments |
Removed this from the v2.0 milestone, but will update as more information becomes available. |
http://www.iana.org/assignments/media-types We are now an official mime type. |
For anyone else stumbling across this, the registered type is |
Assuming specified mime type for version 2.0 is accepted, we should register the MIME type to make it official.
/cc @sgillies @pnorman
The text was updated successfully, but these errors were encountered: