Skip to content

Release v1.3.3

Compare
Choose a tag to compare
@jcornet jcornet released this 22 Oct 23:58
  • Measure's refactoring:
    • measures are now linked to their polygon/polyline and are updated/deleted with it
    • measure can be enable/disable on any polyline/polygon
    • measure's text cannot be edited but the measure's template is configurable in the settings
    • measure mechanism's updated with standard draw widget and upgraded with possible use of geometryEngine (client side calculation)
  • copy graphics checked in the list
  • debug :
    • TextSymbol alignment was'nt detected if default
    • export was removing spaces on HTML5 (not IE) browsers
      • replace for(var i in xxxxxx) syntax with for(var i=0, len = xxxxx.length;i<len;i++)
  • defaults symbols can be specified in config (no UI in settings : must be specified in the json file)
  • import refactoring :
    • import/export tab was removed (and the option to (de)activate it too)
    • new import button on the list's bottom-right corner. This button shows a popup where you can specify (input file) or drag&drop the file to import
  • replace standard JavaScript confirm dialog with WAB dijit/Message on delete