OsmTags column is now WayTags and NodeTags (remove custom header)
This commit is contained in:
parent
4ebf5b6673
commit
28957b0471
1 changed files with 1 additions and 2 deletions
|
|
@ -19,8 +19,7 @@ BR.TrackMessages = L.Class.extend({
|
|||
'ElevCost': { title: 'elev$', className: 'dt-body-right' },
|
||||
'TurnCost': { title: 'turn$', className: 'dt-body-right' },
|
||||
'NodeCost': { title: 'node$', className: 'dt-body-right' },
|
||||
'InitialCost': { title: 'initial$', className: 'dt-body-right' },
|
||||
'OsmTags': { title: 'tags'}
|
||||
'InitialCost': { title: 'initial$', className: 'dt-body-right' }
|
||||
},
|
||||
|
||||
initialize: function (options) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue