Skip to content

Latest commit

 

History

History

AdvancedDraw

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Advanced Draw

Advanced Draw Widget for the Configurable Map Viewer (CMV). Demo it here.

Features

  • 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

Configuration

            // 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'
            },

Acknowledgments

This widget has been modified from the codebase found here.

Screenshot

Advanced Draw Widget