NetworkLinks were not parsed, even is maxdepth was set. Fix that and add a

test to make sure it doesn't regress.


git-svn-id: http://svn.openlayers.org/trunk/openlayers@8519 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
crschmidt
2008-12-19 13:01:11 +00:00
parent 10d55cb523
commit e7bbf3d6f9
2 changed files with 11 additions and 1 deletions

View File

@@ -141,7 +141,7 @@ OpenLayers.Format.KML = OpenLayers.Class(OpenLayers.Format.XML, {
// Set default options
var options = {
depth: this.maxDepth,
depth: 0,
styleBaseUrl: this.styleBaseUrl
};