Commit Graph
100 Commits
Author SHA1 Message Date
crschmidt a9c0ce8f85 Commit tiger demo with different toolset.
git-svn-id: http://svn.openlayers.org/trunk/openlayers@668 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2006-06-22 11:20:52 +00:00
crschmidt 49e4625998 Fix ka-map to new api
git-svn-id: http://svn.openlayers.org/trunk/openlayers@667 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2006-06-22 10:49:55 +00:00
crschmidt 8600f7d688 More work on KaMap layer. This TIGER demo looks good, but it's really broken underneath.
git-svn-id: http://svn.openlayers.org/trunk/openlayers@666 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2006-06-22 10:47:43 +00:00
crschmidt 98ed96e4ec OpenLayers.Layer.KaMap, for displaying KaMap-tiles in OpenLayers. Currently specific to the example -- needs work on determining 'scale' from resolution. possibly just simple math. I'm not sure yet.
git-svn-id: http://svn.openlayers.org/trunk/openlayers@665 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2006-06-21 21:49:31 +00:00
crschmidt c8c780a941 Remove a temporary hack for layers setting their own div.
git-svn-id: http://svn.openlayers.org/trunk/openlayers@661 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2006-06-21 16:48:34 +00:00
crschmidt 9b9a902ec0 Add additional fallback for Map.js if getDimensions doesn't work. I think this is essentially a 'special case' for our testing process, but it fixes it for this case.
git-svn-id: http://svn.openlayers.org/trunk/openlayers@652 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2006-06-21 15:04:59 +00:00
crschmidt 2d91cade96 Remove Yahoo, Google, VE from the default build until they're working better.
git-svn-id: http://svn.openlayers.org/trunk/openlayers@640 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2006-06-21 02:55:00 +00:00
crschmidt 2ab99c6c8d Tests changed per new default maxResolution.
git-svn-id: http://svn.openlayers.org/trunk/openlayers@624 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2006-06-20 19:26:06 +00:00
crschmidt 00d14534d2 Set a default maxResolution. Theres' a couple reasons for this: caching of tile requests, aligning OpenLayers with Google Maps zoom levels, and saving an initial calculation that most people won't need. For the old behavior, add:
{maxResolution:null} 
to your OpenLayers.Map() call.


git-svn-id: http://svn.openlayers.org/trunk/openlayers@618 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2006-06-19 18:29:42 +00:00
crschmidt 35dc7ba8f0 In XHTML Transitional, using unitless values in Javascript to set width, height, etc. doesn't work. This change should make it so that openlayers works under XHTML 1.0 transitional in firefox and safari.
git-svn-id: http://svn.openlayers.org/trunk/openlayers@617 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2006-06-19 17:19:36 +00:00
crschmidt f5a5777e2a Fix URL changes to WMS.
git-svn-id: http://svn.openlayers.org/trunk/openlayers@601 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2006-06-15 17:29:15 +00:00
crschmidt 4b9445115b Complete revert.
git-svn-id: http://svn.openlayers.org/trunk/openlayers@598 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2006-06-15 17:12:20 +00:00
crschmidt 4ef444e821 Yeah, this didn't work out so well. This is neccesary code, but it doesn't work, and I can't figure out why. Moving out -- will work on this in a sandbox.
git-svn-id: http://svn.openlayers.org/trunk/openlayers@597 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2006-06-15 17:07:45 +00:00
crschmidt 5cd7142e67 Remove left/right conditional aspects, since this is breaking somehow.
git-svn-id: http://svn.openlayers.org/trunk/openlayers@596 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2006-06-15 17:06:16 +00:00
crschmidt cd8fe2cc81 Remove console.log statement
git-svn-id: http://svn.openlayers.org/trunk/openlayers@595 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2006-06-15 17:03:43 +00:00
crschmidt 082133730e Fix conditional.
git-svn-id: http://svn.openlayers.org/trunk/openlayers@594 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2006-06-15 17:02:27 +00:00
crschmidt 747573cfad When moving by long distances (whole screenfuls) via API setCenter calls, reinitialize the grid. This solves an 'infinite loop' like problem where if you jumped by a long way, where addColumn/addRow were simply looping for so long that the browser went unresponsive/broken. Fixes issue reported by NickH on users list as well.
git-svn-id: http://svn.openlayers.org/trunk/openlayers@593 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2006-06-15 16:37:15 +00:00
crschmidt 1677879d87 Make WFS work, round 2.
git-svn-id: http://svn.openlayers.org/trunk/openlayers@586 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2006-06-14 19:51:22 +00:00
crschmidt 42354c33fc WFS url change
git-svn-id: http://svn.openlayers.org/trunk/openlayers@585 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2006-06-14 19:47:50 +00:00
crschmidt 1a3d466f2a Update ProxyHost to work on OL.org
git-svn-id: http://svn.openlayers.org/trunk/openlayers@584 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2006-06-14 19:46:54 +00:00
crschmidt ada8b17b40 CIESIN second layer. These are from http://beta.sedac.ciesin.columbia.edu/mapserver/ , btw.
git-svn-id: http://svn.openlayers.org/trunk/openlayers@583 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2006-06-13 23:57:58 +00:00
crschmidt 2fb0a687d1 Population Density map, from Where 2.0
git-svn-id: http://svn.openlayers.org/trunk/openlayers@582 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2006-06-13 23:53:17 +00:00
crschmidt 9f4d0ca9f5 New hand images.
git-svn-id: http://svn.openlayers.org/trunk/openlayers@581 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2006-06-13 06:04:45 +00:00
crschmidt 48437bcbbd Change drag rectangle images
git-svn-id: http://svn.openlayers.org/trunk/openlayers@580 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2006-06-13 04:29:52 +00:00
crschmidt 971cf58896 Measuring stick images from Russ
git-svn-id: http://svn.openlayers.org/trunk/openlayers@579 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2006-06-13 04:26:27 +00:00
crschmidt 66f5e034da Never zoom more than the max. It just stays where it is.
git-svn-id: http://svn.openlayers.org/trunk/openlayers@573 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2006-06-12 12:16:43 +00:00
crschmidt b30a4c4f3e Return false from DoubleClick and Click events in controls so that these events don't filter through and hit the onclick handlers that we might register on the map.
git-svn-id: http://svn.openlayers.org/trunk/openlayers@572 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2006-06-12 02:03:53 +00:00
crschmidt 20e77d1f3b zIndex setting wasn't doing anything for us other than making it so that there was a CSS error, since this.div has no zIndex, apparently.
git-svn-id: http://svn.openlayers.org/trunk/openlayers@568 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2006-06-11 23:23:56 +00:00
crschmidt 0c47f802eb Commit phil's change to AnchoredPopup, which improves handling in FF on OS X, and hopefully will for IE as well.
git-svn-id: http://svn.openlayers.org/trunk/openlayers@566 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2006-06-09 17:53:24 +00:00
crschmidt 6aea90f66c Add labs host to proxy
git-svn-id: http://svn.openlayers.org/trunk/openlayers@563 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2006-06-09 04:37:49 +00:00
crschmidt 495b9f0134 Remove 'inherit' cursor, which does not work as expeted in IE.
git-svn-id: http://svn.openlayers.org/trunk/openlayers@560 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2006-06-09 00:59:39 +00:00
crschmidt b0c86248e1 Change order of params: passed params should override existing params.
git-svn-id: http://svn.openlayers.org/trunk/openlayers@559 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2006-06-08 17:11:36 +00:00
crschmidt 7d0b489e42 Commit changes to include a 'minor' flag on setCenter, that indicates that a map should not call the moveend trigger.
git-svn-id: http://svn.openlayers.org/trunk/openlayers@558 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2006-06-08 16:13:42 +00:00
crschmidt 6c32dd0ff8 Demo of panzoombar + mousetoolbar controls.
git-svn-id: http://svn.openlayers.org/trunk/openlayers@557 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2006-06-08 03:50:26 +00:00
crschmidt 84a7d8583c Change it such that the Control location and direction can be selected.
git-svn-id: http://svn.openlayers.org/trunk/openlayers@556 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2006-06-08 03:46:33 +00:00
crschmidt 9ebfa46552 Add support for distance measuring. Do more catching errors and the like. Move icons to be vertical, below panzoombar -- this is not yet configurable, but needs to be.
git-svn-id: http://svn.openlayers.org/trunk/openlayers@555 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2006-06-08 03:38:02 +00:00
crschmidt bacb0a917c Add vincenty great circle formula.
git-svn-id: http://svn.openlayers.org/trunk/openlayers@554 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2006-06-08 03:37:20 +00:00
crschmidt 35d0613ec3 r3114@creusa: crschmidt | 2006-06-07 15:15:46 -0400
Add vector art for toolbar items.


git-svn-id: http://svn.openlayers.org/trunk/openlayers@553 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2006-06-07 19:09:42 +00:00
crschmidt 5b8c48d8ed r3113@creusa: crschmidt | 2006-06-07 12:19:31 -0400
Changes to MouseToolbar: images are correct, fixes to various small mouse issues when combining clicked icons with modifier keys.


git-svn-id: http://svn.openlayers.org/trunk/openlayers@552 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2006-06-07 19:09:39 +00:00
crschmidt b44835d060 r3112@creusa: crschmidt | 2006-06-07 12:17:28 -0400
Toolbar Images.


git-svn-id: http://svn.openlayers.org/trunk/openlayers@551 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2006-06-07 19:09:30 +00:00
crschmidt 8f50443a77 If I commit this, svn will auto-checkout onto /dev/ on openlayers.org, and then I'll be able to actually use that service to do what I need to do, since I have no perms to run cgi on my own. Hooray for commit access
git-svn-id: http://svn.openlayers.org/trunk/openlayers@529 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2006-06-06 16:08:46 +00:00
crschmidt 22d122d2ee Remove additional line that doesn't do anything useful.
git-svn-id: http://svn.openlayers.org/trunk/openlayers@509 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2006-06-05 13:52:24 +00:00
crschmidt c9e6fbe3fa r1114@creusa: crschmidt | 2006-06-05 09:56:11 -0400
Small change to events.js to set div on evt so that registered handlers can get ahold of it without using cross-browser stuff.


git-svn-id: http://svn.openlayers.org/trunk/openlayers@508 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2006-06-05 13:49:56 +00:00
crschmidt 6347973fd2 r1112@creusa: crschmidt | 2006-06-05 09:53:14 -0400
MouseToolbar work. This is working for zoombox -- except for clicking for a second time to turn off the mode in the modal toolbar. 
 
 Also, no support for other tools yet.


git-svn-id: http://svn.openlayers.org/trunk/openlayers@507 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2006-06-05 13:47:09 +00:00
crschmidt 137cf76e8e Typo. Was causing syntax error in Safari.
git-svn-id: http://svn.openlayers.org/trunk/openlayers@506 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2006-06-02 18:29:52 +00:00
crschmidt 545ef9f97f Update readme to describe jsmin.c, jsmin.py
git-svn-id: http://svn.openlayers.org/trunk/openlayers@505 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2006-06-02 18:14:21 +00:00
crschmidt 280abf356c change , for ; from r502, fixes problems in FF after file is turned into single file version.
git-svn-id: http://svn.openlayers.org/trunk/openlayers@504 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2006-06-02 18:12:34 +00:00
crschmidt 3c97bb529c Modify build to use local python script jsmin.py. This avoids us running into problems when shrinksafe is not working (as it wasn't around noon today) and users want to build their own Single File version of OpenLayers.
git-svn-id: http://svn.openlayers.org/trunk/openlayers@503 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2006-06-02 18:00:04 +00:00
crschmidt a51ef143c6 Remove build/OpenLayers.js, now that we can build this correctly with the build script. Remove the Util.js from the pre-includes because it's not supposed to need to be there, and I can't figure out why it wasn't working before: there should be no reason to have it here, and I'd rather have bugs show up and fix them than work around them.
git-svn-id: http://svn.openlayers.org/trunk/openlayers@497 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2006-06-01 13:28:35 +00:00
crschmidt 6cfe3e8293 Fix for places where python2.3 is not installed in /usr/bin . Note that I'm also not specifically calling 2.3 anymore, since some things don't call it by that binary name.
git-svn-id: http://svn.openlayers.org/trunk/openlayers@495 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2006-06-01 12:18:07 +00:00
crschmidt 1ca58aaaa9 Fix Single File version, at least for now.
git-svn-id: http://svn.openlayers.org/trunk/openlayers@494 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2006-06-01 12:07:22 +00:00
crschmidt f4e4541235 Fixed version of r488, my bad.
git-svn-id: http://svn.openlayers.org/trunk/openlayers@489 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2006-06-01 02:10:08 +00:00
crschmidt cd8e9a61ec Fix tests, now that I've re-added the zoom-to-world button.
git-svn-id: http://svn.openlayers.org/trunk/openlayers@480 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2006-05-31 23:38:25 +00:00
crschmidt cdd26c1df2 fix map.zoomExtent().
Re-add zoomToWorld button to PanZoom control.


git-svn-id: http://svn.openlayers.org/trunk/openlayers@473 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2006-05-30 21:10:53 +00:00
crschmidt df375e7d29 This broke more than it fixed. Putting it back, and filing a bug on this issue.
git-svn-id: http://svn.openlayers.org/trunk/openlayers@465 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2006-05-30 05:52:13 +00:00
crschmidt bd0881d56b If a layer is not visible when a zoomlevel changes, and the map view is then dragged, the map view will not be filled with tiles by the inittiles call. Always make sure that we fill the view, even if we just init-tiles'd.
git-svn-id: http://svn.openlayers.org/trunk/openlayers@464 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2006-05-30 05:50:14 +00:00
crschmidt f11bdcef95 Commit visual tweaks to controls for #55 .
git-svn-id: http://svn.openlayers.org/trunk/openlayers@460 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2006-05-29 19:31:11 +00:00
crschmidt 1d1452da61 r439@creusa: crschmidt | 2006-05-29 13:32:54 -0400
Change Layer.js to call a moveTo function after visibility changes: This allows us to implement #56. Layer/Grid.js now has code which shows how to have a layer which doesn't load when it's not visible: This code will be dependant on the layers, so this has to be implemented per class. However, classes like markers suffer very little performance cost for drawing, so Layer.Grid is the most important place for this improvement.


git-svn-id: http://svn.openlayers.org/trunk/openlayers@458 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2006-05-29 19:18:29 +00:00
crschmidt cad3369b27 Adding support for panzoombar to MVS.
git-svn-id: http://svn.openlayers.org/trunk/openlayers@447 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2006-05-29 13:05:26 +00:00
crschmidt 528b9ef24e Change the default icon size. If we fall back to the MC icon, we should fall back to the MC size, too.
git-svn-id: http://svn.openlayers.org/trunk/openlayers@436 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2006-05-27 19:33:27 +00:00
crschmidt 8c2e44cdd8 Change iconsize on example icons.
git-svn-id: http://svn.openlayers.org/trunk/openlayers@435 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2006-05-27 19:31:06 +00:00
crschmidt 9450a361af Committing new example textfile for MVS.
git-svn-id: http://svn.openlayers.org/trunk/openlayers@434 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2006-05-27 19:27:30 +00:00
crschmidt 644057158b git-svn-id: http://svn.openlayers.org/trunk/openlayers@433 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf 2006-05-27 19:17:51 +00:00
crschmidt fcd1c509e6 r408@creusa: crschmidt | 2006-05-27 12:44:36 -0400
Commit change to Feature prototype call, reordering to put id last.


git-svn-id: http://svn.openlayers.org/trunk/openlayers@432 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2006-05-27 19:17:48 +00:00
crschmidt f1093679f9 r407@creusa: crschmidt | 2006-05-27 12:41:55 -0400
Commit changes to textfile, and also a change to the Layer.Text tests to actually test events and popups. This is failing in svk, but I think this is because of not having up to date Layer.Text -- forgot to svk pull before I left -- so I'll fix this once I'm no longer at 35000 feet.


git-svn-id: http://svn.openlayers.org/trunk/openlayers@431 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2006-05-27 19:17:45 +00:00
crschmidt ed8109ab46 r406@creusa: crschmidt | 2006-05-27 12:26:35 -0400
Added tests for PanZoomBar, currently just a mirror of PanZoom, but at least will catch if something is horribly broken.


git-svn-id: http://svn.openlayers.org/trunk/openlayers@430 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2006-05-27 19:17:41 +00:00
crschmidt b00e6a7156 r405@creusa: crschmidt | 2006-05-27 12:23:17 -0400
Fix test to re-order arguments per my change earlier today.


git-svn-id: http://svn.openlayers.org/trunk/openlayers@429 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2006-05-27 19:17:38 +00:00
crschmidt 88bb94133f r404@creusa: crschmidt | 2006-05-27 12:19:43 -0400
Removing unmodified 'destroy' function, adding CLASS_NAME per codingstyle.


git-svn-id: http://svn.openlayers.org/trunk/openlayers@428 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2006-05-27 19:17:35 +00:00
crschmidt bd42f1f91f r403@creusa: crschmidt | 2006-05-27 12:19:00 -0400
Reorganization of PanZoomBar, adding of documentation to all functions.


git-svn-id: http://svn.openlayers.org/trunk/openlayers@427 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2006-05-27 19:17:32 +00:00
crschmidt 1dd5d5b632 r402@creusa: crschmidt | 2006-05-27 12:13:02 -0400
Finish previous commit.


git-svn-id: http://svn.openlayers.org/trunk/openlayers@426 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2006-05-27 19:17:29 +00:00
crschmidt d647218db6 r401@creusa: crschmidt | 2006-05-27 12:12:17 -0400
Don't create local variable zoomStopSize. Remove sz variable -- it was only being modified, so create it inside the function instead.


git-svn-id: http://svn.openlayers.org/trunk/openlayers@425 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2006-05-27 19:17:24 +00:00
crschmidt 82d01c73cc Working text layer with popups! woohoo! parseText suffered a reindentation, so not as much changed here as it looks like.
git-svn-id: http://svn.openlayers.org/trunk/openlayers@424 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2006-05-27 13:11:22 +00:00
crschmidt 1408a26b58 Our default marker is designed to be positioned above and centered on a point. Change it so that Icon.js does this by default.
git-svn-id: http://svn.openlayers.org/trunk/openlayers@423 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2006-05-27 13:10:41 +00:00
crschmidt 9256cdc207 Return popup when created. If we don'tn get an offset, leave it null: let OL.Icon calculate it. fix typo in case.
git-svn-id: http://svn.openlayers.org/trunk/openlayers@422 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2006-05-27 13:09:10 +00:00
crschmidt 0ec90b17e8 Commit changes to Anchored popup: add anchor width/height to top left position if we're heading in that direction. I'm still not sure how perfect this is, but it stops the bubbles from being on top of my icons.
git-svn-id: http://svn.openlayers.org/trunk/openlayers@421 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2006-05-27 13:08:15 +00:00
crschmidt 8dd38fe945 Add some jsdoc commenting into PanZoomBar (part of testing svk)
git-svn-id: http://svn.openlayers.org/trunk/openlayers@420 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2006-05-27 10:29:42 +00:00
crschmidt 28471e2047 r397@creusa: crschmidt | 2006-05-27 06:28:36 -0400
Change proxy to have comment re: allowedHosts


git-svn-id: http://svn.openlayers.org/trunk/openlayers@419 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2006-05-27 10:23:59 +00:00
crschmidt 43875e80af Return the marker from the createMarker function.
git-svn-id: http://svn.openlayers.org/trunk/openlayers@418 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2006-05-27 02:12:33 +00:00
crschmidt 90c4baa09b Changing order of constructor arguments.
git-svn-id: http://svn.openlayers.org/trunk/openlayers@417 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2006-05-27 02:09:03 +00:00
crschmidt 7d81333da0 Move metapointer.svg to marker.svg, add marker.png.
git-svn-id: http://svn.openlayers.org/trunk/openlayers@399 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2006-05-26 15:33:13 +00:00
crschmidt b934aefff5 Make the zoombar, used as a background image, much taller. With the 'crop' set in the alphaImageLoader, this lets us use this image in both IE and FF as expected.
git-svn-id: http://svn.openlayers.org/trunk/openlayers@398 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2006-05-26 14:57:50 +00:00
crschmidt db6049d3b4 * Refactor PanZooMBar so that we don't have three functions that do the exact same thing: These are simply passing information on to the slider, which then actually does the moving, so we'll create passToSlider.
* Alter the dragging code so that you can't drag above or below the top/bottom of the bar.


git-svn-id: http://svn.openlayers.org/trunk/openlayers@397 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2006-05-26 12:16:02 +00:00
crschmidt 04efcffb00 Crop the image to the size of the div. This is helpful in cases where the image is larger than the div -- such as when we're adjusting the height, in the zoombar, and have a significantly larger image that we want to crop to the size of the zoombar.
git-svn-id: http://svn.openlayers.org/trunk/openlayers@396 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2006-05-26 11:42:52 +00:00
crschmidt 1f89f13fb5 Adding events to map while dragging in the zoombar, then removing them afterwards. This neccessitated adding a 'remove' to Events, to pop events off the end. No more problems with dragging off into the map accidentally.
git-svn-id: http://svn.openlayers.org/trunk/openlayers@388 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2006-05-26 02:17:43 +00:00
crschmidt ae5ff749da Add missing Event.stop() on slider div move event.
git-svn-id: http://svn.openlayers.org/trunk/openlayers@387 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2006-05-26 02:00:54 +00:00
crschmidt 0e7e831f0d Fix lack of return value.
git-svn-id: http://svn.openlayers.org/trunk/openlayers@383 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2006-05-26 00:46:12 +00:00
crschmidt 109773f56b migrate out alphaHack checking into OpenLayers.Util.alphaHack().
git-svn-id: http://svn.openlayers.org/trunk/openlayers@382 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2006-05-26 00:44:45 +00:00
crschmidt 9c4b1a173f Adding metapointer artwork, before I change it and lose this beautiful looking piece of work :)
git-svn-id: http://svn.openlayers.org/trunk/openlayers@381 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2006-05-26 00:19:30 +00:00
crschmidt dccc884faa Fix a swap Pixel->Size from r363
git-svn-id: http://svn.openlayers.org/trunk/openlayers@380 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2006-05-26 00:00:42 +00:00
crschmidt d7a27bc959 Changing the IE Specific code. We create a regular alphaImageDiv, then resize it after we get it back. Hopefully this makes IE less cranky.
git-svn-id: http://svn.openlayers.org/trunk/openlayers@379 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2006-05-25 23:45:25 +00:00
crschmidt b75fd8ee2c Change This back, undoing r374.
git-svn-id: http://svn.openlayers.org/trunk/openlayers@377 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2006-05-25 23:39:48 +00:00
crschmidt 26d35788b7 Attempting to make IE happy.
git-svn-id: http://svn.openlayers.org/trunk/openlayers@376 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2006-05-25 23:32:22 +00:00
crschmidt fedfaea0bf Continued work on Layer.Text, implementing popups. Still has closure issues.
git-svn-id: http://svn.openlayers.org/trunk/openlayers@375 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2006-05-25 23:08:14 +00:00
crschmidt 5f4a8d2b0d Make a first attempt at making the zoombar div transparency work in IE. Since this image is a background image, I want to be able to set different sizes for the img and the div. I'm nt sure how well this attempt will work. However, the code still works in FF on OS X. Someone with IE test when they get a bit?
git-svn-id: http://svn.openlayers.org/trunk/openlayers@374 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2006-05-25 19:46:49 +00:00
crschmidt c8ed8cee87 Fix click-to-zoom.
git-svn-id: http://svn.openlayers.org/trunk/openlayers@373 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2006-05-25 18:39:15 +00:00
crschmidt 44454ba193 Implement radio button support in LayerSwitcher. Pass in {mode:'radio'} to constructor to switch away from checkbox mode, which is default. This allows us to complete the original part of #32, although we do not yet support the concept of 'base layers' described in that ticket, which has been split to #62.
git-svn-id: http://svn.openlayers.org/trunk/openlayers@361 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2006-05-25 15:29:53 +00:00
crschmidt 4c684565ef MapViewerService now supports additional URL args:
* controls=panzoom,mouse -- set up different controls. Also allows 'layerswitcher'
 * layers=openlayers,nasa -- set up different layers. Only these two are supported at the moment.
 * center, zoom, data are all the same as before.

These changes are relevant to Ticket #12.


git-svn-id: http://svn.openlayers.org/trunk/openlayers@360 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2006-05-25 12:57:07 +00:00
crschmidt e5bb6b7dbd Finish of r326, adding : to @require pragmas
git-svn-id: http://svn.openlayers.org/trunk/openlayers@328 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2006-05-24 17:39:21 +00:00
crschmidt 213a1b02d1 A couple changes got rolled into r326 that weren't meant to: Rolling them back out.
git-svn-id: http://svn.openlayers.org/trunk/openlayers@327 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2006-05-24 17:38:27 +00:00
crschmidt c0ec7f9a00 Change @require to @require:
git-svn-id: http://svn.openlayers.org/trunk/openlayers@326 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2006-05-24 17:17:22 +00:00