redefining isBaseLayer is not necessary -- it inherits from OpenLayers.Layer.Markers
git-svn-id: http://svn.openlayers.org/branches/openlayers/2.0@1325 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
@@ -11,11 +11,6 @@ OpenLayers.Layer.GeoRSS = Class.create();
|
|||||||
OpenLayers.Layer.GeoRSS.prototype =
|
OpenLayers.Layer.GeoRSS.prototype =
|
||||||
Object.extend( new OpenLayers.Layer.Markers(), {
|
Object.extend( new OpenLayers.Layer.Markers(), {
|
||||||
|
|
||||||
/** GeoRSS layer is never a base layer.
|
|
||||||
* @type Boolean
|
|
||||||
*/
|
|
||||||
isBaseLayer: false,
|
|
||||||
|
|
||||||
/** store url of text file
|
/** store url of text file
|
||||||
* @type str */
|
* @type str */
|
||||||
location:null,
|
location:null,
|
||||||
|
|||||||
@@ -11,12 +11,6 @@ OpenLayers.Layer.Text = Class.create();
|
|||||||
OpenLayers.Layer.Text.prototype =
|
OpenLayers.Layer.Text.prototype =
|
||||||
Object.extend( new OpenLayers.Layer.Markers(), {
|
Object.extend( new OpenLayers.Layer.Markers(), {
|
||||||
|
|
||||||
/** Text layer is never a base layer.
|
|
||||||
*
|
|
||||||
* @type Boolean
|
|
||||||
*/
|
|
||||||
isBaseLayer: false,
|
|
||||||
|
|
||||||
/** store url of text file - this should be specified in the
|
/** store url of text file - this should be specified in the
|
||||||
* "options" hashtable
|
* "options" hashtable
|
||||||
* @type str */
|
* @type str */
|
||||||
|
|||||||
Reference in New Issue
Block a user