yihui / mime

Map filenames to MIME types
https://cran.rstudio.com/package=mime
32 stars 15 forks source link

Add GeoJSON #3

Closed dmpe closed 9 years ago

dmpe commented 9 years ago

Hi @yihui,

Any chance to add application/vnd.geo+json / https://en.wikipedia.org/wiki/GeoJSON to the package ? For me and RSocrata this would be very helpful indeed.

A workaround mime::guess_type(parsedUrl, unknown = "application/vnd.geo+json") is less desired.

Thanks.

dmpe commented 9 years ago

A jajaj. Not so easy, as I would need to do the same with Ubuntu/Debian devs. Officially by IANA here :https://www.iana.org/assignments/media-types/application/vnd.geo+json

Anyway, Yihui any input on this ?