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
841fdcbfb32f76ec14fdf821ab820bd3062ea43a
openlayers
/
lib
/
OpenLayers
History
euzuro
841fdcbfb3
split Util.js into two files. BaseTypes.js will contain all the OL Base types, such as Pixel, LonLat, Bounds, etc., as well as all the standard javascript basetypes (string, number, etc) extensions. All else remains in Util.js. In theory I have fixed all dependencies. If this doesn't work, I'll rollback.
...
git-svn-id:
http://svn.openlayers.org/trunk/openlayers@1205
dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2006-08-14 21:49:19 +00:00
..
Control
fixing bug introduced with r1134
2006-08-09 20:10:10 +00:00
Feature
suggestion from
#138
2006-08-10 05:59:17 +00:00
Layer
split Util.js into two files. BaseTypes.js will contain all the OL Base types, such as Pixel, LonLat, Bounds, etc., as well as all the standard javascript basetypes (string, number, etc) extensions. All else remains in Util.js. In theory I have fixed all dependencies. If this doesn't work, I'll rollback.
2006-08-14 21:49:19 +00:00
Marker
new layerswitcher, improved google layer, boxes layer, grid fix
2006-08-08 18:20:24 +00:00
Popup
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
Tile
added 'drawn' property to all tiles. removed redraw() and adapted all draw()s to auto handle redraw. remove getPosition() accessor that noone was using. set generic Tile's moveTo() to auto trigger the clear() and the redraw() (if desired). Update Image and WFS tile classes correspondingly. also update tests
2006-08-12 15:54:51 +00:00
Ajax.js
removing JSON handling code from Ajax.js. It is not currently needed in this library.
2006-07-26 15:52:33 +00:00
BaseTypes.js
split Util.js into two files. BaseTypes.js will contain all the OL Base types, such as Pixel, LonLat, Bounds, etc., as well as all the standard javascript basetypes (string, number, etc) extensions. All else remains in Util.js. In theory I have fixed all dependencies. If this doesn't work, I'll rollback.
2006-08-14 21:49:19 +00:00
Control.js
Moved declaration of mouseDragStart property from Map to Control.
2006-08-09 14:37:21 +00:00
Events.js
Separated out attachToElement() so that a single Events object can capture browser events from more than one object. Intended for use by Layer.EventPane.
2006-08-11 17:57:41 +00:00
Feature.js
split Util.js into two files. BaseTypes.js will contain all the OL Base types, such as Pixel, LonLat, Bounds, etc., as well as all the standard javascript basetypes (string, number, etc) extensions. All else remains in Util.js. In theory I have fixed all dependencies. If this doesn't work, I'll rollback.
2006-08-14 21:49:19 +00:00
Icon.js
new layerswitcher, improved google layer, boxes layer, grid fix
2006-08-08 18:20:24 +00:00
Layer.js
useless comment
2006-08-12 17:40:37 +00:00
Map.js
split Util.js into two files. BaseTypes.js will contain all the OL Base types, such as Pixel, LonLat, Bounds, etc., as well as all the standard javascript basetypes (string, number, etc) extensions. All else remains in Util.js. In theory I have fixed all dependencies. If this doesn't work, I'll rollback.
2006-08-14 21:49:19 +00:00
Marker.js
new layerswitcher, improved google layer, boxes layer, grid fix
2006-08-08 18:20:24 +00:00
Popup.js
fix for
#136
2006-08-10 06:02:14 +00:00
SingleFile.js
Added license headers to all JS source files.
2006-06-21 15:22:48 +00:00
Tile.js
added 'drawn' property to all tiles. removed redraw() and adapted all draw()s to auto handle redraw. remove getPosition() accessor that noone was using. set generic Tile's moveTo() to auto trigger the clear() and the redraw() (if desired). Update Image and WFS tile classes correspondingly. also update tests
2006-08-12 15:54:51 +00:00
Util.js
split Util.js into two files. BaseTypes.js will contain all the OL Base types, such as Pixel, LonLat, Bounds, etc., as well as all the standard javascript basetypes (string, number, etc) extensions. All else remains in Util.js. In theory I have fixed all dependencies. If this doesn't work, I'll rollback.
2006-08-14 21:49:19 +00:00