1.3.1
Version 1.3.1 is mostly a maintenance release with enhancements to the Layer Control Widget and a few minor fixes.
Fixes
- LayerControl Widget
- Introduce base class for all layer controls.
- Clean up and better internal workings.
- Controls self aware of layer visibility change and auto-update.
- Identify Widget
- The layerID of a feature layer is now used when retrieving a predefined InfoTemplate.
- Help Widget
- The contents of the help dialog is now properly displayed when openOnStartup is used.
- Basemap Widget
- Add missing
dijit/form/DropDownButton
module. - Added missing "font-family: FontAwesome;"
- Add missing
- All Widgets
- Loading Font-Awesome stylesheet in the page header to avoid missing icons in some mobile browsers.
- Fixes for compatibility with Internet Explorer 8.
- Sidebar Collapse icons
- changed css to correct positioning in some mobile browsers.
- Added missing "font-family: FontAwesome;"
Enhancements
- Layer Control Widget
- Add menu items for dynamic layer to turn all sublayers on/off.
- Add menu icon and remove menu link.
- Add Metadata link menu item option.
- Add
showAllLayers()
andhideAllLayers()
methods to LayerControl class. For devs to toggle all layers on/off. No widget UI.
- version 3.11 of the ESRI JavaScript API is now the default version.
- dbootstrap is now a pure css theme and updated to the latest Font Awesome version 4.2. no more dojo package. no more loading font files. More themes to come...
Notes
- The TOC widget has been completely removed, including the
tocLayerInfos
array in controller.
Demo site
Download options
- If you are want to deploy a CMV application to production and simply want to configure the viewer with your own layers and select from included widgets, use the viewer.zip download as it is built and ready to go.
- If you are a developer and want to create your own widgets, download a source package.