Summary: | Add the GeoJSON mime-type | ||
---|---|---|---|
Product: | shared-mime-info | Reporter: | Jonas Danielsson <jonas> |
Component: | freedesktop.org.xml | Assignee: | Shared Mime Info group <shared_mime_info> |
Status: | RESOLVED FIXED | QA Contact: | |
Severity: | normal | ||
Priority: | medium | ||
Version: | unspecified | ||
Hardware: | Other | ||
OS: | All | ||
Whiteboard: | |||
i915 platform: | i915 features: | ||
Attachments: |
Add GeoJSON mime-type
Add GeoJSON mime-type Add GeoJSON mime-type |
Created attachment 119158 [details] [review] Add GeoJSON mime-type Add application/vnd.geo+json as specified by IANA at: http://www.iana.org/assignments/media-types/application/vnd.geo+json Comment on attachment 119158 [details] [review] Add GeoJSON mime-type Review of attachment 119158 [details] [review]: ----------------------------------------------------------------- ::: freedesktop.org.xml.in @@ +6197,5 @@ > </mime-type> > + <mime-type type="application/vnd.geo+json"> > + <_comment>GeoJSON geospatial data</_comment> > + <glob pattern="*.geojson"/> > + <glob pattern="*.geo.json"/> Missing a "sub-class-of" for the top-level json type, no? Comment on attachment 119158 [details] [review] Add GeoJSON mime-type Review of attachment 119158 [details] [review]: ----------------------------------------------------------------- ::: freedesktop.org.xml.in @@ +6197,5 @@ > </mime-type> > + <mime-type type="application/vnd.geo+json"> > + <_comment>GeoJSON geospatial data</_comment> > + <glob pattern="*.geojson"/> > + <glob pattern="*.geo.json"/> Seems I do, thanks! Created attachment 119173 [details] [review] Add GeoJSON mime-type Add application/vnd.geo+json as specified by IANA at: http://www.iana.org/assignments/media-types/application/vnd.geo+json commit 4ed3648868a2c2dddfa8c31aaf660e9d5131fefd Author: Jonas Danielsson <jonas@threetimestwo.org> Date: Fri Oct 23 22:22:52 2015 +0200 Add GeoJSON mime-type Add application/vnd.geo+json as specified by IANA at: http://www.iana.org/assignments/media-types/application/vnd.geo+json https://bugs.freedesktop.org/show_bug.cgi?id=92654 |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.
Created attachment 119157 [details] Add GeoJSON mime-type