You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As per v3.8, through the config.js file it is possible to extend the "initConfig->group->plugins" variable for custom plugin development (NB additively, i.e. without completely wiping the configuration received from the server):
Raruto
changed the title
Add hint to override local developed mapcontrols within config.template.js
Add a hint on how to override local developed mapcontrols within config.template.jsFeb 16, 2023
As per v3.8, through the
config.js
file it is possible to extend the"initConfig->group->plugins"
variable for custom plugin development (NB additively, i.e. without completely wiping the configuration received from the server):g3w-client/config.template.js
Lines 8 to 12 in 15d3241
Find out a clean and smart way (ref. variable name) to do the same with mapcontrols to extend / list the mapcontrols we intend to develop locally.
If effective, in the near future, this method could also be used to write specific tests for a single mapcontrol.
Draft implementation
Related to:
querybydrawpolygon
#341src/index.dev.js
andsrc/index.dev.js
(app entrypoints) #325src/app/dev/index.js
intoconfig.template.js
#89The text was updated successfully, but these errors were encountered: