Advanced Draw Widget for the Configurable Map Viewer (CMV). Demo it here.
- Add styled text and symbols to the map
- Right click drawn feature to edit text/symbols
- Redo and Undo drawn features
- Snap to existing features
// sample configuration
advancedDraw: {
include: true,
open: true,
position: 3,
id: 'advancedDraw',
title: 'Advanced Draw',
iconClass: 'fas fa-fw fa-pencil-alt',
type: 'titlePane',
path: 'gis/plugins/AdvancedDraw',
options: 'config/advancedDrawConfig'
},
This widget has been modified from the codebase found here.