cmv-widgets icon indicating copy to clipboard operation
cmv-widgets copied to clipboard

Dojo Widgets to extend the functionality of CMV

CMV Widgets

Join the chat at https://gitter.im/roemhildtg/CMV_Widgets

Dojo Widgets to extend the functionality of the Esri Javascript API and CMV. Documentation on how to use these widgets can be found in their respective folder. While designed to work specifically for CMV, they should function just as well outside of CMV in a different Dojo or Esri API app.

Demo

  • Check out the demo for a fully functional demo.
  • View the source code in the gh-pages branch.

AppSettings

  • Store and share map and application state.
  • View the Documentation:

URL Field

Filter

  • Apply user defined filters to map and attributes table
  • View the Documentation

URL Field

RelatedRecordsTable

  • Query and display the layers' related records
  • View the Documentation

URL Field

MetadataDialog

  • Query the layer's rest page and display it's description
  • View the Documentation

URL Field

HeatMap Layer

  • Toggle a dynamic heatmap renderer on point layers
  • View the Documentation

URL Field

Label Layer Creator

  • Add labels to dynamic map layers
  • View the Documentation

widgets/LabelLayer/docs/label.png

TimeSlider

  • Control the current display of all time enabled layers ont he map
  • View the Documentation

URL Field

LoginCookie

  • Cache logins in a cookie or local storage and reload them when the app starts
  • View the Documentation