As mentioned in #569178: Development 6-2.x, I would like to ensure that people can upgrade form 1.x.

This does not necessarily mean that it can all be automatic. But here are the parts I see:

* Any automatic parts can be handled in update function: http://drupal.org/cvs?commit=267902
* Document any manual changes that need to happen by the user
* Document any API changes

I imagine this should all just be in a advanced help page.

Comments

zzolo’s picture

Awesome. Looks like there is already some data schema updates in 0.x version.

zzolo’s picture

API Change:

* openlayers_get_presets() removed
* openlayers_preset_options() added

zzolo’s picture

Documentation: Its important to note that any modules that want to implement map presets, need to also implement hook_ctools_plugin_api() which threw me off for a loop.

zzolo’s picture

Behaviors. Since controls are becoming behaviors and there are some changes going on there. I am not sure about supporting the more complicated behaviors, but it would not be too hard to change any maps in the database and switch around some keys.

See: http://drupal.org/node/589490

zzolo’s picture

Views are changing: http://drupal.org/node/589514

tmcw’s picture

Status: Active » Closed (duplicate)

  • zzolo committed 678549c on 7.x-3.1.x
    #588904: Basic openlayers module has been updated to convert preset...