172
I Use This!
High Activity

Commits : Listings

Analyzed about 14 hours ago. based on code collected 1 day ago.
May 16, 2023 — May 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
add OpenLayers.Popup and a directory Popup, in which we will put all custom popups. More... almost 18 years ago
Missed a switch from this.map -> this on mouseDefaults. Dragging was broken. More... almost 18 years ago
Add Control.PanZoom tests. More... almost 18 years ago
1. Change the calling syntax for events on this control so that they go from this instead of this.map. This has practical as well as idealogical benefits, namely that we can now call other methods on the control from within a control. This is neccesary for... 2. When the shift key is lifted, stop the zoomBox. This is the way in which users can *not* zoom once they've started. More... almost 18 years ago
Implement Drag-to-Zoom for ticket #30. More... almost 18 years ago
Change order of Marker creation from icon, latlon to latlon,icon. I don't know why I would have done it the other way. More... almost 18 years ago
Add start of a KeyboardDefaults class. This works, but because Keyboard events apparently always happen on the document level, I haven't yet figured out how to have them only happen when you're 'focused' on the map, so these are currently off by default. To test them, map.addControl(new OpenLayers.Control.KeyboardDefaults()); in your HTML file. More... almost 18 years ago
Initial tests for OpenLayers.Feature. tests the createMarker method added in r212. More... almost 18 years ago
Add Feature.createMarker method. Not complete yet. More... almost 18 years ago
Move setting of the zIndex of the control div back to map where it belongs. More... almost 18 years ago
MapViewerService ported to new code. By the way, for those of you who were participating in the Mythical Man Month discussion: 9 minutes. Although I'm not sure the text file support is completely working. More... almost 18 years ago
Commit old Feature class as Feature.MetaCarta. This may move out of the main OL repository at some point, and no matter what, it needs to get cleaned up before it goes too much farther. More... almost 18 years ago
Commit simplified Feature class. Features in the main OpenLayers parlance will not be the behemoth that they were in past versions, doing data parsing and everything on their own. Instead, a feature will be a minimal container for point-based data, to which other methods can be added: Feature.WFS might parse data out of XML, while Feature.Text might parse it out of CSV. More... almost 18 years ago
Update map constructor test: we no longer have a Controls div. Also, remove duplicate test of 'ok map.layerContainerDiv is an HTMLDivElement' More... almost 18 years ago
Controls each create their own div, which is then individually added to the viewPortDiv directly, rather than to a Controls Div. This may fix some issues with event handling of lower layers, and may be related to #36. It also prevents the need for the markers hack a couple commits back. More... almost 18 years ago
Commit changes to proxy script. Specifically: * add allowedHosts. * Wrap all code in a try/except in case something breaks More... almost 18 years ago
Migrate Map MouseControls to MouseDefaults.js. This moves event handling into a control, where we can modify it and edit it without mucking about in the main map class, bringing this portion of the code more into line with the way other aspects of the controls situation work. More... almost 18 years ago
Fix Layer.Marker test file: <div id="map"> wasn't defined in the file. More... almost 18 years ago
Remove old comments. More... almost 18 years ago
Register mouseout operator on div to be same as mouseup, so we don't drag ourselves right out of the box. More... almost 18 years ago
Add the ability to set the zIndex explicitly to the addLayer call, and do so in the markers.html file. This demonstrates the creation of a marker which can be clicked upon to give the url of its icon. More... almost 18 years ago
Remove temporary hacks from Marker.js. More... almost 18 years ago
Add Layer.Text tests and supporting data file. More... almost 18 years ago
Naturally layer.map is 0 if we never add it to a map in the first place... More... almost 18 years ago
Change position to absolute, and round pixel values. This puts markers back in their place. More... almost 18 years ago
Added proxy.cgi from Mk II(I). More... almost 18 years ago
append markers and features. More... almost 18 years ago
include wfs.html for testing purposes More... almost 18 years ago
temporary hack to bring over functions from the old application.js More... almost 18 years ago
include WFS.js's in the dynamic loader More... almost 18 years ago