diff --git a/build/deps.js b/build/deps.js index ec5136d0cff..cdbb00a355c 100644 --- a/build/deps.js +++ b/build/deps.js @@ -69,7 +69,7 @@ var deps = { Popup: { src: [ - 'layer/PopupBase.js', + 'layer/DivOverlay.js', 'layer/Popup.js', 'layer/Layer.Popup.js', 'layer/marker/Marker.Popup.js' @@ -78,14 +78,14 @@ var deps = { desc: 'Used to display the map popup (used mostly for binding HTML data to markers and paths on click).' }, - Label: { + Tooltip: { src: [ - 'layer/Label.js', - 'layer/Layer.Label.js', - 'layer/marker/Marker.Label.js' + 'layer/Tooltip.js', + 'layer/Layer.Tooltip.js', + 'layer/marker/Marker.Tooltip.js' ], deps: ['Popup', 'Marker'], - desc: 'Used to display the map label (used mostly for binding short descriptions to markers and paths on mouseover).' + desc: 'Used to display the map tooltip (used mostly for binding short descriptions to markers and paths on mouseover).' }, LayerGroup: { diff --git a/build/docs-index.leafdoc b/build/docs-index.leafdoc index af7f6f61ff7..a2daea29e9e 100644 --- a/build/docs-index.leafdoc +++ b/build/docs-index.leafdoc @@ -7,7 +7,7 @@ This file just defines the order of the classes in the docs. @class Marker @class Popup -@class Label +@class Tooltip @class TileLayer @class TileLayer.WMS diff --git a/build/leafdoc-templates/html.hbs b/build/leafdoc-templates/html.hbs index e7068563aa1..8cd19541ee4 100644 --- a/build/leafdoc-templates/html.hbs +++ b/build/leafdoc-templates/html.hbs @@ -43,7 +43,7 @@

Raster Layers