Skip to content

Commit

Permalink
Merge pull request #998 from nickpeihl/imagemaplayer-fix
Browse files Browse the repository at this point in the history
Fix content type for ImageMapLayer
  • Loading branch information
jgravois authored Aug 22, 2017
2 parents 0b38bc5 + c5d422a commit 58f05b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Layers/ImageMapLayer.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export var ImageMapLayer = RasterLayer.extend({
updateInterval: 150,
format: 'jpgpng',
transparent: true,
f: 'json'
f: 'image'
},

query: function () {
Expand Down

0 comments on commit 58f05b3

Please sign in to comment.