Skip to content

Commit

Permalink
Try alternate sdf image
Browse files Browse the repository at this point in the history
  • Loading branch information
Lauren Budorick committed Aug 23, 2017
1 parent 27fe641 commit 02a99b0
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 9 deletions.
Binary file removed test/integration/image/dot.sdf.png
Binary file not shown.
Binary file added test/integration/image/line.sdf.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"operations": [
[
"addImage",
"dot.sdf",
"./image/dot.sdf.png"
"line.sdf",
"./image/line.sdf.png"
],
[
"addLayer",
Expand All @@ -17,10 +17,7 @@
"type": "symbol",
"source": "geometry",
"layout": {
"icon-image": "dot.sdf"
},
"paint": {
"icon-color": "red"
"icon-image": "line.sdf"
}
}
],
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"operations": [
[
"addImage",
"dot.sdf",
"./image/dot.sdf.png",
"line.sdf",
"./image/line.sdf.png",
{
"sdf": true
}
Expand All @@ -20,7 +20,7 @@
"type": "symbol",
"source": "geometry",
"layout": {
"icon-image": "dot.sdf"
"icon-image": "line.sdf"
},
"paint": {
"icon-color": "red"
Expand Down

0 comments on commit 02a99b0

Please sign in to comment.