OpenLayers. Protocol. SQL. Gears

This Protocol stores feature in the browser via the Gears Database module http://code.google.com- /apis- /gears- /api_database.html.

The main advantage is that all the read, create, update and delete operations can be done offline.

Inherits from

Summary
OpenLayers. Protocol. SQL. GearsThis Protocol stores feature in the browser via the Gears Database module http://code.google.com- /apis- /gears- /api_database.html.
Constructor
OpenLayers. Protocol. SQL. Gears
Functions
destroyClean up the protocol.
supportedDetermine whether a browser supports Gears

Constructor

OpenLayers. Protocol. SQL. Gears

Functions

destroy

destroy: function()

Clean up the protocol.

supported

supported: function()

Determine whether a browser supports Gears

Returns

{Boolean} The browser supports Gears

destroy: function()
Clean up the protocol.
supported: function()
Determine whether a browser supports Gears
Abstract SQL protocol class.
Close