crschmidt
5f69105e08
Updated tools for releasing.
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11998 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-05-23 15:45:07 +00:00
crschmidt
7adbed5dc8
Remove out of date and unused news.txt.
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11994 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-05-23 13:47:21 +00:00
crschmidt
3c775ccc1a
Update the website contents.
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11895 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-04-20 03:37:24 +00:00
crschmidt
bc28c096a7
When using wrapDateLine, pass both a rightTolerance and a leftTolerance at the
...
Layer level. This is fix a report from a user: "WMS tiles not loading when map
region crossing international date line(IDL)". All tests continue to pass, and
the lack of this tolerance here seems clear enough given the surrounding code.
Thanks to senthil for the patch, (Closes #2754 )
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11708 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-03-16 10:14:27 +00:00
crschmidt
87215daa54
The dynamic text layer uses an onPopupClose which looks to the layer and
...
first calls unselect on the selectfeaturecontrol. However, this fails if
the feature in question is no longer in the map -- for example, if you zoom
in or otherwise change positions. (The selected feature no longer exists,
so you call close on a feature which no longer has a layer object.) This change
to the examples by Jorix fixes this behavior in the example.
Note that many people use similar functionalities in their code, so this
likely means that what we *should* do is armor unselect() against being
called with a feature with a null layer, but that involves a longer
discussion -- do we still fire onUnselect? Do we still fire the unselect
events? is there other cleanup we need to do? etc. -- so this is changing
the example to demonstrate one way to armor application code against
the problem.
Thanks to jorix for the suggestion on the example fix.
(See #3046 )
(See #2515 )
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11707 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-03-16 09:41:37 +00:00
crschmidt
89ea2f4ee2
Bump up the timeout on layer/gml test timeout for better testing on slower
...
devices.
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11648 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-03-07 11:22:44 +00:00
crschmidt
d3f5100327
Add support to Format.OSM to reproject on writing. Initial suggestion from
...
Arnd Wipperman, turned into a patch by me, r=bartvde (Closes #2988 )
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11647 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-03-07 11:21:32 +00:00
crschmidt
c27af60153
Fix a bug in Rico Color introduced by our original porting by switching to
...
use our internal OpenLayers function instead of an external function; found
by jorix in his closure work. r=bartvde, (Closes #2976 )
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11646 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-03-07 11:20:12 +00:00
crschmidt
324603612d
"Controls misbehave in WebKit browsers when vector layers present and map is
...
rendered"; this fix was presented by Nick M, and reviewed by erilem.
(Closes #2392 )
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11645 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-03-07 11:18:45 +00:00
crschmidt
ce4ff521b0
Fix the double-reprojection of components of a collection in KML, and write a
...
test for it in both GeoJSON and KML to demonstrate that it works. r=bartvde,
(Closes #2040 )
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11644 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-03-07 11:15:20 +00:00
crschmidt
72f2ce5d0e
Also listen on touchmove, since apparently evt.touches doesn't get multiple
...
touches on down?
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11611 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-03-03 14:40:29 +00:00
crschmidt
a0d3524994
Prevent "flicker" from Yahoo! when ending a drag by using dragPan object
...
unless there is no oldCenter, or we are zooming. r=ahocevar (Closes #2213 )
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11582 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-02-28 17:00:13 +00:00
crschmidt
31f1dd2610
Moving some properties (title, div, type, events, activate, deactivate) to
...
API Properties. (Closes #2827 )
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11570 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-02-28 00:56:20 +00:00
crschmidt
a5c9052b94
Make SVG graphicTitle standards compliant. p=potter000, r=pgiraud ( Closes #2924 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11569 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-02-28 00:46:52 +00:00
crschmidt
709863eeae
Some node.js test hacking.
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11551 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-02-27 00:39:39 +00:00
crschmidt
7ede83ad75
Fricking differences between os x and linux sed. This fixes the mobile
...
build for OpenLayers in our live examples.
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11550 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-02-26 22:08:23 +00:00
crschmidt
28ccd43ba4
Simple demo game-like thing showing how to use the accelerometer to control
...
a vector feature on a map.
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11549 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-02-26 15:21:40 +00:00
crschmidt
b3091002f6
Add a quick test for multitouch. If you can't get the number reported higher
...
than one, your browser doesn't support multitouch.
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11545 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-02-26 09:56:43 +00:00
crschmidt
6486043716
Update the browser.html example to support further testing. patch by cmoullet,
...
simple example change, (Closes #3108 )
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11539 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-02-25 19:20:19 +00:00
crschmidt
b0b297bccd
Update the dev dir building script to take the '?mobile' flagged .js
...
files and use the mobile OL build on them.
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11538 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-02-25 19:06:58 +00:00
crschmidt
a26f8b7e27
Build examples when releasing.
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11508 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-02-25 15:13:53 +00:00
crschmidt
97db05e482
Fix error when no closure compiler is around.
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11494 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-02-25 13:41:40 +00:00
crschmidt
339d1ebaef
Default the buffer to 0 instead of 2. On small maps (or fullscreen
...
maps on small devices) this is a huge win: instead of downloading
*42 tiles* on a 500x500 div, we now download just 12, a 3.5x savings
in downloads by default. The buffer of 2 was originally chosen when
most maps were based on slow-loading WMS laeyrs and having an area
to pan into was more important. That default no longer makes sense.
(Closes #3111 ) r=tschaub
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11481 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-02-25 11:50:30 +00:00
crschmidt
269749ec23
Automatically grab and unpack the closure compiler when building releases.
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11478 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-02-25 10:28:52 +00:00
crschmidt
be040c6614
Using CSS tidy to compress stylesheets on the dev site always, and to
...
include tidy-ified stylesheets in the released builds.
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11477 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-02-25 10:23:42 +00:00
crschmidt
a2d1623b80
pngcrush pngs to save another 1k for people who are using the PanZoom +
...
LayerSwitcher controls (and more for people who are also using
other controls).
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11470 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-02-25 09:33:19 +00:00
crschmidt
03cdbd8a02
pngcrush theme images. On the most common images (editing tooolbar,
...
pan-panel), this saves us an additional 3k of bits to transfer.
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11469 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-02-25 09:28:33 +00:00
crschmidt
479d2c28b6
This patch causes the zoomBox to become visible again, after the changes
...
to add an eventsDiv, and fixes the OverviewMap to work again. r=bartvde,
(Closes #3104 )
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11455 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-02-25 08:30:50 +00:00
crschmidt
4be8f72afe
Extending Map.js documentation to include comment regarding destroy from
...
#2277 .
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11454 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-02-25 07:25:03 +00:00
crschmidt
b22963a2ef
Wrap path in abspath
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11450 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-02-24 23:59:51 +00:00
crschmidt
876e0dfd81
Fix build script on python before 2.6, and update_dev_dir now compiles
...
with closure instead of jsmin.
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11449 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-02-24 23:48:24 +00:00
crschmidt
d06c66edab
Adding support for closure compiler and some documentation
...
in the README about how to use it.
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11448 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-02-24 23:19:53 +00:00
crschmidt
8d2bbfe28f
Add support for the closure compiler webservice, using simple optimizations.
...
Using this build mode, on a lite build, we save approximately 15% after
gzip. However, this build method can not be used on full builds, as they
exceed the 1000kb limit on the closure compiler webservice.
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11443 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-02-24 22:39:40 +00:00
crschmidt
8da53d8fbd
Better mocking of the function calls on handlers so that handlers which
...
expect an evt object don't get errors when activating.
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11387 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-02-24 09:37:47 +00:00
crschmidt
6b54f9e80a
Add an option to build.py to specify a compressor or 'none' for uncompressed.
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11382 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-02-24 09:08:00 +00:00
crschmidt
f8db509725
Test that getLonLatFromPixel and getPixelFromLonLat are inverses of each
...
other (within a reasonable tolerance)
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11374 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-02-23 22:24:35 +00:00
crschmidt
83f9422296
Adding a test page to show mobile browser events; this is useful for when
...
a new device is available to understand what events are supported by
a given browser.
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11219 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-02-22 09:49:37 +00:00
crschmidt
788b05c32f
check SVN revision online rather than via 'svn up' and put svn up inside the
...
revision check loop.
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11164 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-02-21 10:33:59 +00:00
crschmidt
94ddd78df7
Fix doc bug pointed out by vmx.
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11117 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-02-14 12:07:02 +00:00
crschmidt
2bb081255e
Mention that layer.display is not designed for external use, and redirect
...
users to setVisibility. No functional change.
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10848 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-10-18 19:12:13 +00:00
crschmidt
5ec2f0371d
Testing commit emails.
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10815 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-10-09 22:15:20 +00:00
crschmidt
4be7614570
Add support for examples list to parse and use tags. Patch from marcjansen
...
at the code sprint at FOSS4G2010. Woohoo. r=me, (Closes #2829 )
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10728 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-09-13 11:27:12 +00:00
crschmidt
a40edf44f7
Testing commit.
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10726 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-09-10 14:27:53 +00:00
crschmidt
3471306a2e
(Minor spacing, testing commit.)
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10718 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-09-03 16:43:33 +00:00
crschmidt
26eccbd049
Add a release tool to SVN.
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10717 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-09-02 21:53:34 +00:00
crschmidt
cfa3353d42
Change the remaining examples that reference MetaCarta Labs server to
...
point to the newly set up TileCache service on the OSGeo projects
server.
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10709 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-09-01 19:12:41 +00:00
crschmidt
fb35f555be
Change all references to the labs.metacarta.com WMS server to the
...
OSGeo-hosted vmap0.tiles.osgeo.org server.
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10708 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-09-01 11:36:05 +00:00
crschmidt
e3d36e80e9
Minor changes in languages: "es" and "ca". (Pullup #2751 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10707 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-09-01 03:45:25 +00:00
crschmidt
f0d474e50b
Change license text to point to "OpenLayers contributors", referencing
...
authors.txt file. In reality, MetaCarta does not own copyright to these files,
they merely have a right to distribute them under the license terms agreed to
by the contributors. At this point, there is no longer any reference to
MetaCarta as a copyright holder in the OpenLayers project, only to its
individual contributors via the authors.txt file.
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10706 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-09-01 03:06:31 +00:00
crschmidt
54fd1f561c
Fix for Anchored popup does not respect anchor size when relative position is
...
'tl', (Closes #2651 )
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10700 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-08-26 14:35:00 +00:00
crschmidt
acae8a8013
Panel: Adding controls, unnecessarily activations occur followed by
...
deactivations (closes #2769 )
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10699 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-08-26 14:34:30 +00:00
crschmidt
ed2e943e52
Update MousePositoin control to support activate/deactivate. Patch by jorix,
...
tests pass, and controls.html example still works the same as before.
(Closes #2520 )
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10669 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-08-21 22:45:32 +00:00
crschmidt
c5f233ab8c
Extend the maximum size of the FramedCloud popup to 1200px wide, instead of
...
600. Updated image and patch provided by adrian_gh.popa@romtelecom.ro ,
tested by me. r=me, (Closes #2742 )
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10668 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-08-21 17:38:27 +00:00
crschmidt
bf778b21c1
Remove unused events from OpenLayers documentation. doc change
...
only. (Closes #2553 )
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10667 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-08-21 16:20:51 +00:00
crschmidt
69032c0534
ArcIMS layer does not have a proper clone method. patch=bartvde,
...
r=me, tests pass in Safari and IE, (Closes #2490 )
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10666 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-08-21 16:17:12 +00:00
crschmidt
3520c32140
In order to resolve a memory leak in IE, observable via drip, remove elemnts
...
from panels before calling innerHTML. This resolves the memory error. All
tests pass in FF and IE, and there are no obvious side effects I can imagine;
committing. Patch from aabt, r=me, (Closes #2745 )
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10665 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-08-21 16:10:21 +00:00
crschmidt
da14451dbd
Fix from tim_abell to make build.py callable from another function,
...
(Closes #2468 )
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10664 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-08-21 16:06:06 +00:00
crschmidt
a785dc1b1f
Commit fix for #2670 from fredj, r=me ( Closes #2670 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10663 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-08-21 16:04:50 +00:00
crschmidt
c77688a0be
Change the OSM example to show how to setCenter (using reprojection), in
...
part to demonstrate that OSM is in spherical mercator coords.
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10583 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-08-04 18:41:00 +00:00
crschmidt
ca27481c66
The sandbox is now updated here as well, so check the most recent
...
rev for the whole tree instead of just that particular checkout.
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10520 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-07-27 12:55:25 +00:00
crschmidt
6adffe5be2
Add updating sandbox to script
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10502 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-07-20 15:27:13 +00:00
crschmidt
cbfcf40e6a
Update copyright year to 2010
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10262 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-04-30 16:07:15 +00:00
crschmidt
3304c6cb0e
"MousePosition control should support mouseOut event", r=bartvde,
...
initial patch cmoullet, (Closes #2404 )
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10127 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-03-19 13:34:14 +00:00
crschmidt
f927d79977
add 4-line OSM example.
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10010 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-02-03 12:22:40 +00:00
crschmidt
2449b7029c
GML v3 is also a dependancy.
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9900 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2009-12-16 20:48:55 +00:00
crschmidt
3ee6c4663c
add missing requires statement.
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9899 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2009-12-16 20:39:33 +00:00
crschmidt
5fd5085eba
forgot to make a variable global.
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9779 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2009-11-03 15:28:33 +00:00
crschmidt
7907a81ae5
Add dynamic text layer example, with BBOX strategy, SelectFeatureControl,
...
and popups.
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9778 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2009-11-03 15:26:49 +00:00
crschmidt
3e0b053009
Fix for Missing @requires directive in Layer/XYZ.js results in broken custom
...
singlefile-builds, (closes #2299 ), thx marcjansen.
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9729 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2009-10-08 14:29:18 +00:00
crschmidt
0cced02fec
add requirement for format/text ( Closes #2298 ), thx marcjansen.
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9728 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2009-10-08 14:04:53 +00:00
crschmidt
7a9e54afdc
change docs slightly. report by jeff adams. ( Closes #2276 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9686 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2009-09-21 18:22:40 +00:00
crschmidt
9970eaff16
add events to strategy.save: start, success, fail. r=elemoine, ( Closes #1902 )
...
(It is possible Save may need extension for additional events; this should be
a new ticket.)
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9645 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2009-09-08 13:06:15 +00:00
crschmidt
e5a577b062
larger, not smaller
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9597 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2009-07-30 14:43:31 +00:00
crschmidt
f0c5e94403
Add better documentation for the 'ratio' property of WFS layers.
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9596 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2009-07-30 14:36:44 +00:00
crschmidt
2564da4403
Revert r9582, which breaks OpeNLayers trunk. Tickets 2158 and 2159 need to
...
be reopened.
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9583 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2009-07-23 16:08:33 +00:00
crschmidt
3fd553cdf4
Fix two missing semicolons. Thanks to ksgeograf for the catch. No functional
...
change. (Pullup #2134 )
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9475 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2009-06-12 20:06:12 +00:00
crschmidt
8765b0199f
Commit bug for missing 'exact' in ArcXML format parser, from dzwarg. Includes
...
manual test. Thanks! (Pullup #2117 )
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9474 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2009-06-12 20:03:12 +00:00
crschmidt
ebaa5066fc
Fix a broken aspect of my change to the ArcXML code when cleaning it up:
...
missed an 'arcxml' -> 'response' change. Caught by dzwarg, r=me, (Pullup #2110 )
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9412 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2009-05-26 16:59:40 +00:00
crschmidt
51b5095d48
Committing an updated fix for #1906 . This fixes a 2.7->2.8 regression in
...
particular behavior with regard to determining the size of a popup. thanks
to the absolutely tireless work of gregers on this issue! Also, in case
anyone was wondering? Browsers suck. (Pullup #1906 )
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9384 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2009-05-15 15:36:21 +00:00
crschmidt
6785e06150
Fix broken comma (Pullup #2066 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9328 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2009-04-29 11:41:00 +00:00
crschmidt
0811578965
Accidentlaly added reference to nonexistant ArcGISCache layer in r9240;
...
back out. (no functional change)
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9309 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2009-04-20 15:24:35 +00:00
crschmidt
b34325588c
Roll back r9115, which breaks things, until we have time to not make it break
...
things. This whis was committed with the intention of supporting things like
#1285 , which also didn't get into 2.8, I don't think this will be a problem.
All tests still pass, and now the gutter example works. (Closes #2052 )
(See #1496 )
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9308 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2009-04-20 12:00:35 +00:00
crschmidt
99559b51f7
add an example of accessing an ESRI 9.3 tiled map cache using the XYZ layer
...
in spherical mercator mode.
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9283 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2009-04-13 15:18:29 +00:00
crschmidt
491e9e45a5
mike adair, for mapguide layer and some other work
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9282 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2009-04-13 13:40:17 +00:00
crschmidt
af18408539
Adding David Zwarg, for #213
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9281 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2009-04-13 13:38:54 +00:00
crschmidt
49d10d37c8
Tim Coulter for #1901 and several others
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9280 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2009-04-13 13:38:04 +00:00
crschmidt
74522391a0
add bartvde for dozens of fixes over the past several months
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9279 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2009-04-13 13:36:45 +00:00
crschmidt
13e42ec59b
Adding robert coup, re: r9262 / #1895
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9277 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2009-04-13 13:34:25 +00:00
crschmidt
da3a4b272a
Fix for "OL is breaking Google API Terms", patch by pwr, r=me, ( Closes #1858 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9272 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2009-04-12 16:05:19 +00:00
crschmidt
29a23731ab
FIx style support in format.text to allow a set of style defaults.
...
Also, add an extractStyles option that can be configured to false to allow
th use of stylemaps. r=ahocevar (Closes #1844 )
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9271 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2009-04-12 15:40:46 +00:00
crschmidt
70c3fd077d
Fix for typo in geoesic measurement thingy. ( Closes #2042 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9268 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2009-04-12 15:24:56 +00:00
crschmidt
2e3f22809d
fix for insufficient mocking which resulted in an error being thrown on
...
teardown by IE; add a .destroy() to the mocked renderer.
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9251 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2009-04-09 16:18:30 +00:00
crschmidt
2b7e8f5198
Add support for ArcIMS/ArcXML to OpenLayers.
...
Thanks for the killer effort from David Zwarg from Avencia in building this,
and for Tim Schaub from OpenGeo for his excellent review. r=me,tschaub
(Closes #213 )
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9249 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2009-04-09 00:15:48 +00:00
crschmidt
5f335f4207
patch had added these two files twice. FIx that. (no real change.) Thanks
...
edgemaster for pointing it out.
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9247 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2009-04-08 20:11:20 +00:00
crschmidt
861a9c10f5
adding XYZ layer (and OSM laayer) to OpenLayers. r=fredj, ( Closes #1950 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9240 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2009-04-08 06:54:16 +00:00
crschmidt
0e05f90932
Remove Icon-specific code from Markers Layer, patch by meek,me,
...
r=euzuro. (Closes #818 )
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9233 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2009-04-07 15:21:39 +00:00
crschmidt
b0f71c2702
Fix for GeoJSON + Reprojection problems for GeometryCollections. Original
...
patch/ diagnosis by ibolmo, refactored by me. Includes manual test.
(Closes #2024 )
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9181 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2009-04-03 20:26:35 +00:00
crschmidt
339f5bf8f6
Strategy.Fixed should listen to refresh event, ( Closes #1939 ), r=tschaub
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9164 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2009-04-01 16:20:23 +00:00
crschmidt
05658f1231
Add a panDuration property to the map. This allows for a workaround for
...
VirtualEarth panning with markers which causes drift, using the 'novibrate'
example. Tests continue to pass. r=me (Closes #1947 )
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9130 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2009-03-24 21:38:57 +00:00
crschmidt
5c26d578ca
In order to make subclasses of Layer which support edge tiles which are of a
...
size which is not the same size as all the tiles on the layer (as is the case
in Zoomify layers), change Tile.Image to use the size passed in on construction
instead of this.layer.tileSize. All tests still pass, should have no functional
change for all existing layers. patch by pascalou, r=me (Closes #1496 )
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9115 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2009-03-22 00:11:45 +00:00