Add KML and KMZ as default mime types
-------------------------------------

                 Key: COUCHDB-1261
                 URL: https://issues.apache.org/jira/browse/COUCHDB-1261
             Project: CouchDB
          Issue Type: Improvement
            Reporter: Aaron Reichman
            Priority: Minor


With the availability of the GeoCouch extension, I would like to see KML and 
KMZ added to main.js as default mime types for CouchDB.  Alternatively, a 
mechanism could be provided to allow organizations to easily add and maintain 
their own mime types without having to edit main.js, which will be overwritten 
on future updates to CouchDB.

The two lines that can be added to main.js are:

registerType("kml", "application/vnd.google-earth.kml+xml");
registerType("kmz", "application/vnd.google-earth.kmz");


--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to