make OpenLayers.Layer.WFS and OpenLayers.Layer.GML deprecated and provide instructions on what to do now

git-svn-id: http://svn.openlayers.org/trunk/openlayers@9849 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
bartvde
2009-11-30 10:15:16 +00:00
parent 40206dc8cf
commit ec3d804af4
2 changed files with 5 additions and 0 deletions

View File

@@ -12,6 +12,9 @@
* Class: OpenLayers.Layer.GML * Class: OpenLayers.Layer.GML
* Create a vector layer by parsing a GML file. The GML file is * Create a vector layer by parsing a GML file. The GML file is
* passed in as a parameter. * passed in as a parameter.
* *Deprecated*. To be removed in 3.0. Instead use OpenLayers.Layer.Vector
* with Protocol.HTTP and Strategy.Fixed. Provide the protocol with a
* format parameter to get the parser you want for your data.
* *
* Inherits from: * Inherits from:
* - <OpenLayers.Layer.Vector> * - <OpenLayers.Layer.Vector>

View File

@@ -12,6 +12,8 @@
/** /**
* Class: OpenLayers.Layer.WFS * Class: OpenLayers.Layer.WFS
* *Deprecated*. To be removed in 3.0. Instead use OpenLayers.Layer.Vector
* with a Protocol.WFS and one or more Strategies.
* *
* Inherits from: * Inherits from:
* - <OpenLayers.Layer.Vector> * - <OpenLayers.Layer.Vector>