Releases: cmndrbensisko/LocalLayer
LocalLayerWidget 2.5
This major release includes the following enhancements for the widget:
- Support for Custom Layers via Transformers
- Demos and sample apps
- Prototype 3D Widget
- Dynamic application GUI change at runtime and css insertion via odds.json/odds.css
Help keep the author caffeinated! If you find the LocalLayer Widget useful, feel free to click the tip jar to help support ongoing development.
LocalLayer v2.2
This major release includes the following enhancements for the widget:
- Related Table Viewing and Editing
- ImageService Viewing and Popups
- WMS Service Viewing and Popups
- Ability to integrate with the IncidentAnalysis widget
- Hide Layer In Legend capability added
- Dynamic mode added, allowing for URL-fed configuration files
Help keep the author caffeinated! If you find the LocalLayer Widget useful, feel free to click the tip jar to help support ongoing development.
LocalLayer v2.0
The official release of LocalLayerWidget v2.0 contains the following enhancements over previous versions:
Enhancements:
- Changes to the WAB core are no longer necessary, with the exception of the stated edit to the AttributeTable widget.
- Added autorefresh capability for dynamic layers, and sub-minute decimal values can be specified for time.
- Added support for non-consecutive sublayer numbering to support 10.3.1 mapservices
- Editor Tracking via an organizational Active Directory instead of ArcGIS Online User now supported
Bug Fixes:
- View Attachments now works for Dynamic Layers
- Addition of GeoJson layers fixed
- Fix to MapService sublayer visibility when no sublayers are selected to display by default.
LocalLayer v1.2.2
- Experimental geoJSON Support (Currently only supports point geometries which contain a single geoJson-compliant schema (http://geojson.org/geojson-spec.html), as well as some Non-standard JSON Arrays which include Lat/Long keys)
- WebMapTile support, including the ability to add these as either Tile Layers or Basemaps
- Reintroduced Sublayer Visibility in Dynamic MapServices
- The ability to set MinScale and MaxScale for added layers.
- Bug fix added for adding Dynamic map services containing only a single layer
Vesrion 1.2 for WAB 1.2
This new version now allows the Local Layer widget to function in Web AppBuilder 1.2
Some code regression has occurred in this version and the Dynamic Layer Sub layer visibility options have been removed due to numerous issue with that update in 1.6 (which should have been called 1.1.6)
Version 1.6
Changes in version 1.6
- #31 Added the ability to specify the visible sublayer when adding a dynamic type layer
Version 1.5.1
Changes in version 1.5.1
- #26 Hotfix: Feature Layers now retain Layer Name defined in Settings/Config, instead of defaulting to service.
Version 1.5
Changes in version 1.5
- Feature Layer Labeling support was added.
- Fixed Issue # 12 Dynamic Service Sublayer Visibility
- When widget is disabled the default web map is restored and so is the extent
Version 1.4
Changes in version 1.4
- Added GUI for configuring field formats for popups - Issue 22.
- Fix bugs with Version 1.3 and popups hard breaks, insert image, and insert hyperlink
- Fixed Tiled layer not retaining custom pupup - issue 21
Version 1.3
Changes in version 1.3
- Added Tilde Layer type and GUI
- Widget setting changes take place in the map when the widgets settings dialog is closed (no longer requiring an App restart).
- Fixed bug where the hyperlink and the images inserted into the popup using the UI did not work.
- When you are configuring a popup using the custom tab and you hit the enter key in the textbox the hard return is honored in the popup description without having to add a <br> manually