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
1fa74c7c688662bea298849e64ed6e34e596e81a
openlayers
/
lib
/
OpenLayers
/
Layer
History
euzuro
1fa74c7c68
rewrite of Untiled class to use HTTPRequest class and not to use the Grid.js class. This speeds it up a bit, I think. all tests still pass.
...
git-svn-id:
http://svn.openlayers.org/trunk/openlayers@929
dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2006-07-11 01:15:59 +00:00
..
WMS
rewrite of Untiled class to use HTTPRequest class and not to use the Grid.js class. This speeds it up a bit, I think. all tests still pass.
2006-07-11 01:15:59 +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
configure google zoom translation to return null if null passed in
2006-07-07 17:00:34 +00:00
Grid.js
grid's moveTo should also accept 'minor' even though it won't do anything with it.
2006-07-11 01:12:47 +00:00
HTTPRequest.js
switch around order of call to superclass.clone() and the setting of noninit/nonsimple vars. that needs to be done *afterwards*. there is no functional difference in this commit -- it is only for good precedence.
2006-07-06 13:00:24 +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
if we cant translate our lonlat to px, then dont try to draw.
2006-07-07 12:22:01 +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
bringing all changes from sandbox/euzuro/LayersReworking down into the trunk. this is a merge of r656:HEAD
http://svn.openlayers.org/sandbox/euzuro/LayersReworking
2006-06-27 23:16:26 +00:00
WFS.js
make sure grid is set before trying to reinit tiles
2006-07-06 17:08:49 +00:00
WMS.js
add a destroy() function and a clone() function -- they are mostly empty but they are there for people to add on. Also added a check to make sure that a grid has been loaded before trying to re-init tiles after a mergeParams. added extensive tests.
2006-07-06 17:07:51 +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
bringing all changes from sandbox/euzuro/LayersReworking down into the trunk. this is a merge of r656:HEAD
http://svn.openlayers.org/sandbox/euzuro/LayersReworking
2006-06-27 23:16:26 +00:00