-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Occasionally I'm getting a visual diff in map-gl-style-diff-viewer but I don't think there is actually any difference:
It appears to be just a difference in the source files, where one is using more condensed formatting.
This:
"layout": {
"icon-image": [
"case",
["in", "700-70", ["get", "pds_category"]],
"money",
["in", "700-7460", ["get", "pds_category"]],
"information",
vs this:
"layout": {
"icon-image": [
"case",
[
"in",
"700-70",
[
"get",
"pds_category"
]
],
"money",
[
"in",
"700-7460",
[
"get",
"pds_category"
]
],
"information",
[
"in",
"700-7600",
[
"get",
"pds_category"
]
],
The diff should be able to ignore whitespace differences like these, right?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels