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
bdd3fe8448fa7fa54af8e13a10ccdfc2f48c7316
openlayers
/
lib
/
OpenLayers
History
euzuro
bdd3fe8448
new code seems to be using 'who()' function instead of 'getName()'
...
git-svn-id:
http://svn.openlayers.org/trunk/openlayers@42
dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2006-05-16 17:50:28 +00:00
..
Control
Add PanZoomBar, make PanZoom not also have a bar, remove LayerSwitcher control for the time being.
2006-05-15 18:28:57 +00:00
Layer
Begin work on Google Maps Layer. In order to create this layer, layer div creation has been moved into Layer.js, and the div that is created is then slotted into the right place by the map.addLayer function. (This is so that, at layer creation time, a div is available). However, it seems like Google Maps does not know how large the div is for reasons I don't yet understand, and there'se also the fact that our zoom levels differ from Google's at the moment. But it's getting there.
2006-05-13 16:11:52 +00:00
Tile
Change "OpenLayers.Point" to OpenLayers.Pixel, so there's no confusion between LatLon and Point (a problem that has
2006-05-12 22:59:47 +00:00
Control.js
Revised directory structure (js/ -> lib/, test/ -> tests/) to match JSAN distribution standards, as documented at
http://www.openjsan.org/documentation/dists.html
.
2006-05-12 21:15:53 +00:00
Events.js
JSAN commenting
2006-05-16 17:05:43 +00:00
Layer.js
found and noted unused variable
2006-05-16 17:27:52 +00:00
Map.js
Begin work on Google Maps Layer. In order to create this layer, layer div creation has been moved into Layer.js, and the div that is created is then slotted into the right place by the map.addLayer function. (This is so that, at layer creation time, a div is available). However, it seems like Google Maps does not know how large the div is for reasons I don't yet understand, and there'se also the fact that our zoom levels differ from Google's at the moment. But it's getting there.
2006-05-13 16:11:52 +00:00
Tile.js
new code seems to be using 'who()' function instead of 'getName()'
2006-05-16 17:50:28 +00:00
Util.js
Change "OpenLayers.Point" to OpenLayers.Pixel, so there's no confusion between LatLon and Point (a problem that has
2006-05-12 22:59:47 +00:00