ahocevar
9113bc4004
Merge pull request #695 from ahocevar/wmts
...
Support for multiple resource urls for WMTS. r=@sbrunner
2012-10-02 01:58:00 -07:00
ahocevar
ea86afec16
Addressing @sbrunner's review comment
2012-10-02 10:56:41 +02:00
ahocevar
f055f13a3a
Fixing typo
...
Thanks @sbrunner for catching this. That's what I got from making
last-minute changes before committing without testing again.
2012-10-02 10:56:06 +02:00
ahocevar
363306bcd1
Multiple URLs also for unconstrained GetTile resources
2012-10-02 08:58:47 +02:00
ahocevar
22c5e76b0b
Support for multiple resource urls
...
With this change, createLayer generates url arrays for both KVP and REST
encoding if multiple resource urls are provided. To make this work, the
WMTSCapabilities format got a new resourceUrls property, because
previously only the first resourceUrl for a format was stored.
2012-10-01 15:28:30 +02:00
Pierre GIRAUD
b63ce9af18
Merge pull request #690 from pgiraud/client_zoom
...
call stopObserving before setting img.src to blank image as well
2012-10-01 00:36:15 -07:00
ahocevar
51ae75a54f
Merge pull request #660 from m-click/fix-setAttributeNS
...
Fix DOM API call to setAttributeNS()
2012-09-28 03:56:58 -07:00
Pierre GIRAUD
8d8abac32a
call stopObserving before setting img.src to blank image as well
2012-09-21 11:32:48 +02:00
Stéphane Brunner
e8987c0683
Gets the right url ( #608 / 3)
2012-09-14 15:39:12 +02:00
ahocevar
503fff32b6
Merge pull request #455 from ahocevar/455
...
Support Subdomains in Openlayers WMTS. r=@sbrunner
2012-09-13 07:07:11 -07:00
Stéphane Brunner
4b91b9c304
Merge pull request #615 from sbrunner/wmts-first-matrix-set
...
gets the first matrix set instance of only the unique one
2012-09-13 06:06:04 -07:00
Tim Schaub
9607ee480a
Using the entity reference for copyright symbol.
2012-09-12 21:38:30 -06:00
tschaub
499055e247
Updating attribution for OSM layer.
...
See http://www.openstreetmap.org/copyright for details.
2012-09-12 09:15:46 -06:00
Marc Jansen
1348f97546
Replace tabs with spaces where appropriate.
2012-09-11 21:51:18 +02:00
Stéphane Brunner
341c08adee
Add missing requires on Request for UTFGrid
2012-09-11 11:38:24 +02:00
ahocevar
c88ad36600
Comment about side effect.
...
I wonder why isFixed is advertised as APIProperty for Vector layers.
2012-09-07 12:18:12 +02:00
Marc Jansen
1063a4cd19
Make it possible to change the filter in handlers
...
Trigger the 'select'-event earlier, this way any handlers for the event can
change both the filter and the resulting SLD inside the callback.
2012-09-06 13:29:59 +02:00
Marc Jansen
97b75578ba
Update lib/OpenLayers/Control/SLDSelect.js
...
Correct API docs. Non-functional change.
2012-09-06 10:40:13 +03:00
Volker Grabsch
e8051ca1ec
Fix DOM API call to setAttributeNS()
2012-08-30 16:54:49 +02:00
Marc Jansen
a4bc3f33e6
Fix API-docs spelling error.
...
This fixes #654 . Thanks to @dandv for catching this.
2012-08-30 00:40:43 +03:00
fastr
e8716847f8
Adding DocumentDrag to ModifyFeature
2012-08-25 23:37:39 +02:00
fastr
053dba59a1
Inserted documentDrag in ModifyFeature so that you can drag vertices over the viewport of the map in analogy to the DragFeature-Control. documentDrag is internaly passed to the DragFreature that's used by ModifyFeature.
2012-08-25 23:30:27 +02:00
Marc Jansen
287e9caf46
Code docs for the Bounds-class.
2012-08-22 23:59:11 +02:00
ahocevar
75f2e1f847
Addressing @bartdve's review comments.
2012-08-21 14:00:48 +02:00
ahocevar
a3ec0f77e0
Using integer pixel space to avoid whitespace between tiles.
2012-08-21 13:57:11 +02:00
ahocevar
b2210d00a9
Removing no longer needed code.
...
Thanks @elemoine for catching the IE6 reflow in Tile/Image.js.
2012-08-21 13:57:11 +02:00
ahocevar
f0ad48597f
No more percentage based positioning.
...
Client zoom now supports both over- and undersampling.
2012-08-21 13:57:11 +02:00
ahocevar
26d4fe3ce8
Making row and column size consistent, as suggested by @bartvde.
2012-08-21 13:37:48 +02:00
ahocevar
0f58868830
When using a buffer, the grid lacks rows/columns at the top/left.
...
This is because the threshold used for deciding when a column or row is shifted is too far to the bottom right. A tiny fix, but effective. A new test makes sure that we don't shift columns more than necessary when the layer is dragged.
2012-08-20 18:52:17 +02:00
ahocevar
87e7cfe29c
Merge pull request #632 from ahocevar/wps-client
...
WPS Client. r=@bartvde,@tschaub
2012-08-18 10:01:01 -07:00
ahocevar
e04d7cd627
Addressing final review comments.
2012-08-18 18:56:36 +02:00
Marc Jansen
470dde0e38
Documentation enhancements. No functional change.
2012-08-17 23:41:19 +02:00
Marc Jansen
df19317c95
Merge branch 'master' of https://github.com/openlayers/openlayers
...
Conflicts:
tests/list-tests.html
2012-08-17 22:46:06 +02:00
Bart van den Eijnden
7b4cb8e3f5
cleanup and always use window resize as suggested by @tonio
2012-08-17 11:36:03 +02:00
Bart van den Eijnden
3b9ce4ca2d
introduce new property on the Map called autoUpdateSize which lets applications take control of window resizing / device orientation changes if they want to
2012-08-17 10:13:04 +02:00
Bart van den Eijnden
2843a18602
Revert "fix issue with orientation changes on mobile devices (tested on Motorola Xoom 2 with Android 3.2.2 in the stock browser)"
...
This reverts commit 39a6d7d8ef .
2012-08-16 16:35:21 +02:00
Bart van den Eijnden
39a6d7d8ef
fix issue with orientation changes on mobile devices (tested on Motorola Xoom 2 with Android 3.2.2 in the stock browser)
2012-08-16 14:21:36 +02:00
tschaub
5cf260f38a
Add missing requires ( closes #633 ).
2012-08-14 11:01:58 -06:00
ahocevar
5fff368a2d
Addressing review suggestions and fixing asynchronous function calls.
...
This commit addresses @bartvde's review comments, adds more documentation, and fixes asynchronous function calls. Previously, when creating multiple processes with the same identifier, the describe callback would only have been called for the first process. This was fixed to move DescribeProcess handling from WPSProcess to WPSClient.
2012-08-14 13:17:07 +02:00
ahocevar
006d98151f
Use the correct name of the result, not just hard-coded 'result'.
2012-08-13 13:29:34 +02:00
ahocevar
4e3f3e2080
Adding dependencies.
2012-08-12 21:39:15 +02:00
ahocevar
e2acbc56d0
More docs and unit tests.
2012-08-11 19:32:17 +02:00
ahocevar
ec9ab8129e
Adding support for chaining processes.
2012-08-11 19:32:17 +02:00
ahocevar
b61120d3b5
Cache of DescribeProcess responses on the client.
2012-08-11 19:32:17 +02:00
ahocevar
0108250ed9
WPSClient and WPSProcess for convenient WPS interaction.
2012-08-11 19:32:17 +02:00
tschaub
7e326f97e2
Doc fix for merge method.
2012-08-08 11:41:33 -06:00
Donald Curtis
2696494443
return response object on "loadend" event for Fixed and BBOX strategies
2012-08-08 09:46:58 -05:00
Stéphane Brunner
65cacaa756
Merge pull request #614 from sbrunner/wmts-fix
...
correct units in WMTS capabilities
2012-08-03 02:35:26 -07:00
ahocevar
98569203a6
Check whether an event target should be considered for handling.
2012-08-01 10:20:25 +02:00
Stéphane Brunner
093bb529d2
gets the first matrix set instance of only the unique one
2012-07-30 23:26:45 +02:00