Closed (fixed)
Project:
Openlayers
Version:
7.x-2.x-dev
Component:
OL Layers
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
29 Aug 2012 at 08:39 UTC
Updated:
2 Oct 2012 at 20:31 UTC
Jump to comment: Most recent file
Comments
Comment #1
StephenOTT commentedHaving the same issue
Comment #2
friedjoff commentedThe options form that is specific to the layer type is always created by a new layer instance and all specific options get lost. This patch creates the options form using the current layer instance.
Comment #3
friedjoff commentedComment #4
guictx commentedAbove patch solved the issue for me.
Comment #5
polThanks, fixed!
Comment #6
polI don't know yet if it's related but, the mapbox layers type are no more working.
It looks like the $data['urls'] from the form are not saved as an array. (see the to_record() method).
I'll set this to active, maybe someone knows how to help.
Comment #7
polThis is not related to this, see #814220: Utilize CTools Export UI.