Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions src/constants/gl_markers.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ module.exports = {
'square-open': '□',
diamond: '◆',
'diamond-open': '◇',
cross: '',
cross: '+',
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I changed cross back to original symbol, so that means I removed 'cross-thin'

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks. Reverting back to the current symbol is the way to go here.

That said, we could (and should I'd say) make cross thicker and add cross-thin in v2.

Copy link
Contributor

@etpinard etpinard Apr 3, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added to the #420 list of planned breaking changes.

x: '❌',
'triangle-up': '▲',
'triangle-up-open': '△',
Expand Down Expand Up @@ -52,6 +52,5 @@ module.exports = {
'circle-x': '⊗',
'square-cross': '⊞',
'square-x': '⊠',
'cross-thin': '+',
'asterisk': '✱'
};
};