This website requires JavaScript.
Explore
Help
Sign In
ashatora
/
openlayers
Watch
1
Star
0
Fork
0
You've already forked openlayers
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
Files
7651590f7d983326069e00fa2e589fa0ff519086
openlayers
/
lib
/
OpenLayers
/
Layer
History
euzuro
7651590f7d
make sure setMap() bubbles up correctly to both superclasses
...
git-svn-id:
http://svn.openlayers.org/trunk/openlayers@962
dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2006-07-18 13:37:04 +00:00
..
WMS
replace all usage of copyOf() with clone(). Now copyOf() is officially deprecated and unused. supported only if users out there have used it, but we can phase it out in the next official release.
2006-07-18 11:56:13 +00:00
GeoRSS.js
Commit change to GeoRSS -- once we parse the RSS file, set the layer name.
2006-06-27 22:20:37 +00:00
Google.js
we now can remove the getExtent() function from Google.js and VirtualEarth.js
2006-07-16 16:56:15 +00:00
Grid.js
replace all usage of copyOf() with clone(). Now copyOf() is officially deprecated and unused. supported only if users out there have used it, but we can phase it out in the next official release.
2006-07-18 11:56:13 +00:00
HTTPRequest.js
updates to allow a wfs layer to query multiple wfs servers with the same parameters. untested, but all tests pass.
2006-07-13 12:33:22 +00:00
KaMap.js
KaMap needs to reimplement initTiles because it uses 0-based indexing instead of lower-left corner indexing, which means that we need to have the tile.draw method also modified here to use this.alpha, and also add the options hash as a param. We should probably move resolution/units into the options param too?
2006-06-30 15:49:48 +00:00
Markers.js
update moveTo() function to take the 'minor' argument
2006-07-11 15:06:06 +00:00
Text.js
Use OpenLayers.loadURL so that we get the benefit of ProxyHost.
2006-06-29 00:32:55 +00:00
VirtualEarth.js
two changes I had to scour the net to find. First off, PixelToLatLong() does not take the arguments that the official SDK tell us it does. Thanks to Denis of ViaVirtualEarth.com for the workaround. Next, the olPix-vePix conversion, the actual mysterious undocumented 'Pixel' class appears to be Msn.VE.Pixel -- thanks to blogs.msdn.com/virtualearth for that one. if only things were a little more *open* we wouldnt have to hunt for things like this <exclamation>.
2006-07-16 18:49:39 +00:00
WFS.js
make sure setMap() bubbles up correctly to both superclasses
2006-07-18 13:37:04 +00:00
WMS.js
update projection processing. if a layer (or the map) declares its projection as 'none' then no SRS parameter is added to the WMS/WFS requests
2006-07-17 15:39:44 +00:00
WorldWind.js
Convert KaMap and WorldWind to be isBaseLayers, and change FullExtent to MaxExtent.
2006-06-27 23:51:01 +00:00
Yahoo.js
update moveTo() function to take the 'minor' argument
2006-07-11 15:06:06 +00:00