Skip to content

Commit

Permalink
Merge pull request #3242 from energy-data/2364-geojson
Browse files Browse the repository at this point in the history
[#2364] Add resource format for GeoJSON
  • Loading branch information
amercader committed Sep 20, 2016
2 parents 4f17810 + fabcc7f commit 23a6baa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckan/config/resource_formats.json
Expand Up @@ -69,7 +69,7 @@
["TAR", "TAR Compressed File", "application/x-tar", []],
["PNG", "PNG Image File", "image/png", []],
["RSS", "RSS feed", "application/rss+xml", []],
["GeoJSON", "Geographic JavaScript Object Notation", null, []],
["GeoJSON", "Geographic JavaScript Object Notation", "application/geo+json", ["geojson"]],
["SHP", "Shapefile", null, ["esri shapefile"]],
["TORRENT", "Torrent", "application/x-bittorrent", ["bittorrent"]],
["ICS", "iCalendar", "text/calendar", ["ifb", "iCal"]],
Expand Down

0 comments on commit 23a6baa

Please sign in to comment.