From dev-return-17828-apmail-couchdb-dev-archive=couchdb.apache.org@couchdb.apache.org Fri Aug 26 17:03:52 2011 Return-Path: X-Original-To: apmail-couchdb-dev-archive@www.apache.org Delivered-To: apmail-couchdb-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 6F79384B1 for ; Fri, 26 Aug 2011 17:03:52 +0000 (UTC) Received: (qmail 70216 invoked by uid 500); 26 Aug 2011 17:03:51 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 70143 invoked by uid 500); 26 Aug 2011 17:03:51 -0000 Mailing-List: contact dev-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list dev@couchdb.apache.org Received: (qmail 70135 invoked by uid 99); 26 Aug 2011 17:03:50 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 26 Aug 2011 17:03:50 +0000 X-ASF-Spam-Status: No, hits=-2000.5 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 26 Aug 2011 17:03:49 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 1EEF3D1A7D for ; Fri, 26 Aug 2011 17:03:29 +0000 (UTC) Date: Fri, 26 Aug 2011 17:03:29 +0000 (UTC) From: "Aaron Reichman (JIRA)" To: dev@couchdb.apache.org Message-ID: <757690493.18301.1314378209123.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Created] (COUCHDB-1261) Add KML and KMZ as default mime types MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 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