0

Allow the poiTitle setting to be tileset-specific. Added docs

Closes #761
This commit is contained in:
Andrew Chin
2012-07-28 20:53:03 -04:00
parent 221269287e
commit 8c9de7a575
6 changed files with 11 additions and 7 deletions

View File

@@ -440,7 +440,7 @@ overviewer.views.SignControlView = Backbone.View.extend({
var controlText = document.createElement('DIV');
controlText.innerHTML = poiDropdownTitle;
controlText.innerHTML = overviewer.mapView.options.currentTileSet.get("poititle");
var controlBorder = document.createElement('DIV');
$(controlBorder).addClass('top');