crschmidt
38324e7295
Change Grid to not setTileSize if the tileSize passed is null. Also change WFS to not call setTileSize if it's null.
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@816 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2006-06-28 00:33:28 +00:00
crschmidt
0763e08c12
If we don't have a tileSize when we're cloning, that means we're going to pick up the default from the Map Real Soon Now (tm), so we'll just not bother setting the tile size on our cloned layer.
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@815 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2006-06-28 00:29:39 +00:00
crschmidt
843abf10bb
Let's keep null around. At least one example (*cough* openlayers homepage *cough*) uses it, although that should obviously have been documented in a test.
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@814 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2006-06-28 00:07:00 +00:00
crschmidt
162d05cb25
Convert KaMap and WorldWind to be isBaseLayers, and change FullExtent to MaxExtent.
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@813 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2006-06-27 23:51:01 +00:00
crschmidt
239a1cefa9
Actually return the extent.
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@812 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2006-06-27 23:49:18 +00:00
crschmidt
7d810b47d1
Change zoomToFullExtent to zoomToMaxExtent.
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@810 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2006-06-27 23:47:28 +00:00
crschmidt
63bd624827
Commit change to GeoRSS -- once we parse the RSS file, set the layer name.
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@804 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2006-06-27 22:20:37 +00:00
crschmidt
102820ad77
Commit a GeoRSS example which allows you to enter the URL yourself, and display multiple GeoRSS results.
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@803 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2006-06-27 20:23:37 +00:00
crschmidt
c20390c864
KaMap can't round. It works fine for degrees, but when you're working in inches, feet, meters, the rounding errors become quite significant.
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@802 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2006-06-27 20:17:37 +00:00
crschmidt
6abc62718c
aughhhh. This pains me, but it's in the spec. (Support ',' as a seperator for georss:point data.)
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@793 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2006-06-27 12:53:50 +00:00
crschmidt
f62eb0f687
Make the world fit in the map window using auto.
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@791 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2006-06-27 12:33:27 +00:00
crschmidt
ef65e851b9
Fix ProxyHost.
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@784 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2006-06-27 04:05:29 +00:00
crschmidt
067bbb5d75
Refactor GeoRSS Layer to support 'real' GeoRSS :) (geo:lat, geo:lon).
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@783 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2006-06-27 04:04:41 +00:00
crschmidt
d7bb634cce
Add GeoRSS layer and example. Only support for georss:point for the time being. Probably has a fair number of cases where it can fail, but it works for a first run, and the community can build from here :)
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@778 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2006-06-27 03:35:55 +00:00
crschmidt
35a73b2942
Build Ka-Map support by default. (Note that this is in trunk, *not* 1.0: 1.0 will not include ka-Map support).
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@773 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2006-06-26 16:58:04 +00:00
crschmidt
05025e97d0
Round the scale value. KaMap rounds internally, so adding extra precision here only breaks client-side caching.
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@766 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2006-06-26 14:29:37 +00:00
crschmidt
3546cad5a1
Add more descriptive names to the example.
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@765 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2006-06-26 13:55:45 +00:00
crschmidt
a3e5944e4e
KaMap layer now sublasses initTiles, to implement the kamap 0-based tiling scheme instead of the OpenLayers/WW -180,-90 method. This means that there are no longer any restrictions on using ka-Map with other layers! woohoo! You can use ka-map on top of WorldWind, or with another ka-map layer, even if it has differently sized tiles. yay!
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@764 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2006-06-26 13:54:14 +00:00
crschmidt
1912d4355c
OpenLayers.Layer.KaMap is now working much better. The TIGER example which was just a hack before is now working properly, and there's an actual scale calculation being performed based on params passed into the constructor of 'units' and 'resolution', both of which are determined by the mapfile. The only limitation yet to be tackled is that maxResolution on the map must split the map up such that 0,0 is a tile corner. This requires subclassing more (or perhaps all) of the Layer.Grid functions, so I'm off to do that now.
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@763 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2006-06-26 13:15:20 +00:00
crschmidt
83e1317b38
Commit Urban demo for WW. This lets you browse around and look at hte high-res urban density data.
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@697 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2006-06-23 05:10:04 +00:00
crschmidt
e3e192f869
Commit change to worldwind layer so you can turn off landsat and see bathy layer. They only overlap at one zoom.
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@696 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2006-06-23 04:21:59 +00:00
crschmidt
e0c564c0e3
Add worldwind support to OpenLayers. To define a worldwind layer, you need a URL, a lzd (level zero degrees), a maxZoom level, and a param name 'T' to define the map you're pulling from.
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@695 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2006-06-23 04:20:46 +00:00
crschmidt
bd166b5ac1
Fix tests for Tile.Image // Layer.WMS changes for alphaImage #96 .
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@688 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2006-06-22 19:52:39 +00:00
crschmidt
809f1da955
Update the freemap example to explicitly state that the upper layers are transparent, to work with new code.
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@684 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2006-06-22 19:11:29 +00:00
crschmidt
891fdf7a38
'true', in quotes, not true. we're checking the value that's being passed through to the WMS server.
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@683 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2006-06-22 19:11:09 +00:00
crschmidt
50babaeb34
Also pass the transparent param on to addTile in the column/row functions.
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@682 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2006-06-22 19:10:44 +00:00
crschmidt
8e0793b191
Only draw transparent images if the tiles are transparent.
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@681 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2006-06-22 19:02:33 +00:00
crschmidt
7584d12ae5
Turn off selecting in IE, so we don't end up selecting tiles while dragging a box.
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@680 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2006-06-22 18:53:36 +00:00
crschmidt
2dc364f417
In IE, we use the image hack, so changing the img.src doesn't help.
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@679 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2006-06-22 18:47:51 +00:00
crschmidt
cff8c06621
Convert Layer/UntiledWMS to Layer/WMS/Untiled. Update example. Update include list. Update exclude list for singlefile build.
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@675 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2006-06-22 15:59:23 +00:00
crschmidt
6b28c78655
Make the UntiledWMS work better. This changes the API for an internal function (moveToNewExtent), but doesn't break any existing code.
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@674 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2006-06-22 15:35:33 +00:00
crschmidt
ca9109deeb
These files are not currentely supported for this release. (GYM, KaMap, UntiledWMS, KeyboardDefaults)
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@673 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2006-06-22 15:13:43 +00:00
crschmidt
17f955279d
Commit an untiled WMS class, per discussion in #kamap. Partly this is a demonstration of how quick it can be to develop in OpenLayers.
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@672 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2006-06-22 14:18:21 +00:00
crschmidt
d370a3c5f9
Safari: also known as Lint for Javascript!
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@671 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2006-06-22 12:40:11 +00:00
crschmidt
2a1ad38ce2
Bad Syntax. Was breaking Safari.
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@670 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2006-06-22 12:39:29 +00:00
crschmidt
7791ab952e
Fix for #69 : "Non-visible layers suffer deficiencies when turned on." Add the layerContainer offset to the pixel location of the images, to place them in the map correctly.
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@669 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2006-06-22 11:36:25 +00:00
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