OpenLayers. Protocol.HTTP

A basic HTTP protocol for vector layers.  Create a new instance with the OpenLayers.Protocol.HTTP constructor.

Inherits from

Summary
OpenLayers. Protocol.HTTPA basic HTTP protocol for vector layers.
Constructor
OpenLayers. Protocol.HTTPA class for giving layers generic HTTP protocol.
Functions
destroyClean up the protocol.

Constructor

OpenLayers. Protocol.HTTP

A class for giving layers generic HTTP protocol.

Parameters

options{Object} Optional object whose properties will be set on the instance.

Valid options include

url{String}
headers{Object}
params{Object}
format{OpenLayers.Format}
callback{Function}
scope{Object}

Functions

destroy

destroy: function()

Clean up the protocol.

destroy: function()
Clean up the protocol.
A class for giving layers generic HTTP protocol.
Abstract vector layer protocol class.
Base class for format reading/writing a variety of formats.
Close