4.7 issues with popup title and basemapGallery

262
0
05-09-2018 06:10 AM
JamesS1
Occasional Contributor

using BasemapGallery with Expand, not sizing properly and no scrollbar.

let basemapGallery = new BasemapGallery({
container: document.createElement('div'),
view: mapView
});
let expand = new Expand({
expandIconClass: 'esri-icon-basemap',
expandTooltip: 'Basemap Gallery',
view: mapView,
content: basemapGallery
});
mapView.ui.add(expand, 'top-right');
title property, although set, is not showing:
Tags (1)
0 Kudos
0 Replies