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
4182cc1955a4f16be4843996c0a9b6cce489c9ff
openlayers
/
lib
/
OpenLayers
/
Layer
History
euzuro
4182cc1955
adding new HTTPRequest class that adds a 'url' and 'params' properties to a Layer, and gives a getFullRequestString() function. Thorough tests.
...
git-svn-id:
http://svn.openlayers.org/trunk/openlayers@886
dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2006-07-06 00:32:11 +00:00
..
WMS
Commit a 'changeParams' method, along with test and example, to show how it would be possible to use WMS-T with changeParams. ChangeParams sets the new params, then recalls initTiles with the new params set.
2006-06-30 23:59:42 +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
updated comment
2006-06-30 01:12:03 +00:00
Grid.js
fix class name. coding standards
2006-07-04 16:48:09 +00:00
HTTPRequest.js
adding new HTTPRequest class that adds a 'url' and 'params' properties to a Layer, and gives a getFullRequestString() function. Thorough tests.
2006-07-06 00:32:11 +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
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
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
If there's no options passed, this would fail. So let's check that
2006-06-28 02:38:05 +00:00
WMS.js
Added an 'alpha' option to Layer.Grid by which Layers can have the PNG alpha hack enabled on a per-Layer basis.
2006-06-30 15:41:40 +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