[OpenLayers-Trac] [OpenLayers] #3318: Control.update on Google
Chrome 11.0.696.68
OpenLayers
trac-20090302 at openlayers.org
Thu May 26 04:43:07 EDT 2011
#3318: Control.update on Google Chrome 11.0.696.68
---------------------------+------------------------------------------------
Reporter: blaviale | Owner:
Type: bug | Status: new
Priority: minor | Milestone: 2.10 Release
Component: Protocol.HTTP | Version: 2.10
Keywords: | State:
---------------------------+------------------------------------------------
I am using the Control class to update my Object with this code :
{{{
modifyRoads = new OpenLayers.Control.ModifyFeature(
vectorLayerRoads,{mode :
OpenLayers.Control.ModifyFeature.RESHAPE}
);
modifyRoads.setFeatureState = function()
{
vectorLayerRoads.protocol.update(this.feature,{url
:'/roads/'+this.feature.attributes.id,params:{format:'json'},format :
OpenLayers.Format.GEOJSON});
}
}}}
On FF 4.01 and IE 8 all is ok.
But on google chrome, that's not run...
It have nothing on the "console" panel, and nothing too in the "Network
panel" in the developper tools of google
--
Ticket URL: <http://trac.openlayers.org/ticket/3318>
OpenLayers <http://openlayers.org/>
A free AJAX map viewer
More information about the Trac
mailing list