Ticket #861: map.patch
| File map.patch, 373 bytes (added by tjcri, 1 year ago) |
|---|
-
Map.js
old new 457 457 var layer = this.layers[i]; 458 458 if (layer.id == id) { 459 459 foundLayer = layer; 460 i = this.layers.length; 460 461 } 461 462 } 462 463 return foundLayer;
