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
51b31bc0a06f684ef86c2abd7857e678285eb5ca
openlayers
/
lib
History
Tim Schaub
51b31bc0a0
#832
- changing the name of the second arg for the Feature.Vector constructor, mainly for documentation sake - note that this is not an api change - Feature.Vector inherits from Feature - Feature exposes a data property, Feature.Vector exposes an attributes property, both point to the same thing for Feature.Vector - this change does not alter that redundancy, only changes the argument names for the constructor - and adds tests - I'll leave the data/attributes property discussion for later
...
git-svn-id:
http://svn.openlayers.org/trunk/openlayers@3717
dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2007-07-12 16:36:36 +00:00
..
Firebug
add OpenLayers.Console namespace and a number of methods that allow for logging of error messages - when firebug.js is included in a page, the application runs in "debug" mode - the Firebug extension or Firebug Lite handles OpenLayers.Console calls depending on availability
2007-06-11 23:17:49 +00:00
OpenLayers
#832
- changing the name of the second arg for the Feature.Vector constructor, mainly for documentation sake - note that this is not an api change - Feature.Vector inherits from Feature - Feature exposes a data property, Feature.Vector exposes an attributes property, both point to the same thing for Feature.Vector - this change does not alter that redundancy, only changes the argument names for the constructor - and adds tests - I'll leave the data/attributes property discussion for later
2007-07-12 16:36:36 +00:00
Rico
Create a function -- OpenLayers.Util.getElement -- which replaces "$". This
2007-03-08 20:14:03 +00:00
OpenLayers.js
fix for
#793
- split basetypes into separate files. Makes documentation better and generally just makes sense. thanks tim for patch review and cfg file help
2007-07-05 20:50:31 +00:00