Skip to content

Commit

Permalink
Update image.html (#107)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ales Kuchar authored and ryanbaumann committed Jun 16, 2018
1 parent 81da48c commit 34c8e9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mapboxgl/templates/image.html
Expand Up @@ -13,7 +13,7 @@
map.addSource("image", {
"type": "image",
"url": "{{ image }}", // url or base64 encoded image
"coordinates': {{ coordinates }}
"coordinates": {{ coordinates }}
});

map.addLayer({
Expand Down

0 comments on commit 34c8e9b

Please sign in to comment.