Skip to content

Commit

Permalink
Add GTFS format - to be detected by ckanext-qa.
Browse files Browse the repository at this point in the history
  • Loading branch information
David Read committed Jun 7, 2016
1 parent 41c061a commit 192491e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions ckan/config/resource_formats.json
Expand Up @@ -49,7 +49,7 @@
["WMS", "Web Mapping Service", "WMS", ["wms"]],
["SVG", "SVG vector image", "image/svg+xml", ["svg"]],
["PPT", "Powerpoint Presentation", "application/vnd.ms-powerpoint", []],
["ODP", "OpenDocument Presentation", "application/vnd.oasis.opendocument.presentation", []],
["ODP", "OpenDocument Presentation", "application/vnd.oasis.opendocument.presentation", []],
["JPEG", "JPG Image File", "image/jpeg", ["jpeg", "jpg"]],
["SPARQL", "SPARQL end-point", "application/sparql-results+xml", []],
["GIF", "GIF Image File", "image/gif", []],
Expand All @@ -72,5 +72,6 @@
["GeoJSON", "Geographic JavaScript Object Notation", null, []],
["SHP", "Shapefile", null, ["esri shapefile"]],
["TORRENT", "Torrent", "application/x-bittorrent", ["bittorrent"]],
["ICS", "iCalendar", "text/calendar", ["ifb", "iCal"]]
["ICS", "iCalendar", "text/calendar", ["ifb", "iCal"]],
["GTFS", "General Transit Feed Specification", null, []]
]

0 comments on commit 192491e

Please sign in to comment.