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
1912d4355c0c9369798da0c1556c6ebb3ae9035f
openlayers
/
lib
/
OpenLayers
/
Layer
History
crschmidt
1912d4355c
OpenLayers.Layer.KaMap is now working much better. The TIGER example which was just a hack before is now working properly, and there's an actual scale calculation being performed based on params passed into the constructor of 'units' and 'resolution', both of which are determined by the mapfile. The only limitation yet to be tackled is that maxResolution on the map must split the map up such that 0,0 is a tile corner. This requires subclassing more (or perhaps all) of the Layer.Grid functions, so I'm off to do that now.
...
git-svn-id:
http://svn.openlayers.org/trunk/openlayers@763
dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2006-06-26 13:15:20 +00:00
..
WMS
Convert Layer/UntiledWMS to Layer/WMS/Untiled. Update example. Update include list. Update exclude list for singlefile build.
2006-06-22 15:59:23 +00:00
Google.js
Added license headers to all JS source files.
2006-06-21 15:22:48 +00:00
Grid.js
Also pass the transparent param on to addTile in the column/row functions.
2006-06-22 19:10:44 +00:00
KaMap.js
OpenLayers.Layer.KaMap is now working much better. The TIGER example which was just a hack before is now working properly, and there's an actual scale calculation being performed based on params passed into the constructor of 'units' and 'resolution', both of which are determined by the mapfile. The only limitation yet to be tackled is that maxResolution on the map must split the map up such that 0,0 is a tile corner. This requires subclassing more (or perhaps all) of the Layer.Grid functions, so I'm off to do that now.
2006-06-26 13:15:20 +00:00
Markers.js
Added license headers to all JS source files.
2006-06-21 15:22:48 +00:00
Text.js
Added license headers to all JS source files.
2006-06-21 15:22:48 +00:00
VirtualEarth.js
Added license headers to all JS source files.
2006-06-21 15:22:48 +00:00
WFS.js
Added license headers to all JS source files.
2006-06-21 15:22:48 +00:00
WMS.js
'true', in quotes, not true. we're checking the value that's being passed through to the WMS server.
2006-06-22 19:11:09 +00:00
WorldWind.js
Add worldwind support to OpenLayers. To define a worldwind layer, you need a URL, a lzd (level zero degrees), a maxZoom level, and a param name 'T' to define the map you're pulling from.
2006-06-23 04:20:46 +00:00
Yahoo.js
Added license headers to all JS source files.
2006-06-21 15:22:48 +00:00