Skip to content

Commit

Permalink
Revert 67bce6; explain in prose instead
Browse files Browse the repository at this point in the history
  • Loading branch information
jfirebaugh committed Jan 8, 2018
1 parent 931d26b commit d9b2d01
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/style-spec/reference/v8.json
Original file line number Diff line number Diff line change
Expand Up @@ -1162,7 +1162,6 @@
"icon-offset": {
"type": "array",
"value": "number",
"units": "pixels multiplied by the value of \"icon-size\"",
"length": 2,
"default": [
0,
Expand All @@ -1171,7 +1170,7 @@
"function": "interpolated",
"zoom-function": true,
"property-function": true,
"doc": "Offset distance of icon from its anchor. Positive values indicate right and down, while negative values indicate left and up. When combined with `icon-rotate` the offset will be as if the rotated direction was up.",
"doc": "Offset distance of icon from its anchor. Positive values indicate right and down, while negative values indicate left and up. Each component is multiplied by the value of `icon-size` to obtain the final offset in pixels. When combined with `icon-rotate` the offset will be as if the rotated direction was up.",
"requires": [
"icon-image"
],
Expand Down

0 comments on commit d9b2d01

Please sign in to comment.