Added an option to enable a resizable popup dialog box that displays labels for each layer.
The popup's visibility is controlled by a new setting in the LABELS section.
Users can enable or disable this feature based on their preferences.
Fixed issue where the active layer name in the popup could disappear after the map moved if there were no active elements for that layer in the new viewport area.
feat: Enhance Layers Label Popup viewer with formatting options
- Title case applied to labels
- Apply abbreviations and acronyms
- Standardize highway and route names (e.g., I-, US-, SR-, etc.)
- Remove new lines
Added update message, fixed ESLint complaints
- Updated the popup
insertion point in the DOM to use "wz-page-content".
- Updated the popup hide/show setting when closing the popup with the "X".
- Made minor logic changes to abbreviation substitutions and highway naming formatting functions.
Merged in changes from branch 'upstream/master' - Update connect header, login functions, and use SDK for shortcut keys
Enhance clipboard functionality to copy list item text without symbol
- Updated the
updatePopupContent
function to include a clickable copy symbol next to each list item.
- Added
data-label
attribute to <li>
elements to store plain text for clipboard copying.
- Modified event listener to use
data-label
for accessing text, ensuring symbols are not copied.
Fix ESLint complaints
Merge pull request #67 from JS55CT:master
Added an option to enable a resizable popup dialog box that displays …