Commit Graph

4544 Commits

Author SHA1 Message Date
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
Xavier Mamano 79ca3cfd69 Avoid breaking the "OpenLayers.String.format" execution when searching for an attribute in an undefined object. 2012-08-11 17:28:59 +02:00
Matt Priour a83ab56f97 Modify classes which contained an internal numeric zero padding function to use the one in BaseTypes instead 2012-08-08 22:36:39 -05:00
Matt Priour dc93478e6b Move zeroPad function to BaseTypes and add tests for it 2012-08-08 22:34:26 -05: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
Stéphane Brunner 9d31c57e2a correct units in WMTS capabilities 2012-07-30 23:17:11 +02:00
Stéphane Brunner 584749b524 Merge pull request #601 from temporaryaccount/temporaryopenlayers
Prevent KeyboardDefaults.js from triggering keyboard events when user is...
2012-07-20 04:37:25 -07:00
ahocevar 7249510553 Using the safe unicode representation of the minus sign.
No functional change; see #588.
2012-07-20 09:41:42 +02:00
temporaryaccount 950904f59a Prevent KeyboardDefaults.js from triggering keyboard events when user is typing into the form elements 2012-07-19 18:08:30 +04:00
Pierre GIRAUD 99553d0ae5 Fixing doc. No functional change. 2012-07-17 16:15:03 +03:00
Stéphane Brunner a45cbfdb07 use minus sign 2012-07-12 18:32:30 +02:00
Xavier Mamano 9be8bb2416 Fix typo "_onImageLoad" is "_onImgLoad" 2012-07-08 23:50:52 +02:00
Éric Lemoine 90d3c2d9a9 WMTS capabilities format - make JSLint happier 2012-07-03 08:45:19 +02:00
Éric Lemoine f7860a329c WMTS capabilities format - make the mid var local to the createLayer function 2012-07-03 08:45:19 +02:00
Frédéric Junod f5aae88a31 Merge pull request #294 from fredj/stopped-map-events
can't listen to mousedown/touchstart on map div
2012-07-02 13:44:06 -07:00
Éric Lemoine 0144a9473e Set VERSION_NUMBER to Release 2.13 dev 2012-07-02 16:33:40 +02:00
dregade 74f9a943cc fix serverResolutions if not provided 2012-06-29 09:22:54 +02:00
dregade 7b91c9c26f fix size initialization and resolution/zoom usage 2012-06-28 17:16:22 +02:00
ahocevar 0d8b76d2b2 Merge pull request #546 from finn-no/vendor-prefixes
Vendor prefix detection. Thanks @gregersrygg for this excellent contribution.
2012-06-27 23:29:15 -07:00
Éric Lemoine 0834593f9f Merge branch '2.12' 2012-06-27 22:59:12 +02:00
Éric Lemoine 0412410be0 set VERSION_NUMBER to Release 2.12 2012-06-27 22:56:31 +02:00
Gregers Gram Rygg 2bd8b5c4ba Merge branch 'master' of https://github.com/openlayers/openlayers into vendor-prefixes 2012-06-27 16:52:06 +02:00
Gregers Gram Rygg d71e7a7beb Mock div.style through document.createElement hack instead of exposing method in vendorPrefix.js 2012-06-27 16:49:59 +02:00
Gregers Gram Rygg 1ba6aa75d7 Removed Prefix from method names, since now it's part of the module name 2012-06-27 13:33:47 +02:00
Gregers Gram Rygg 7f32342ec3 Moved OpenLayers.Vendor to OpenLayers.Util.vendorPrefix 2012-06-27 13:28:43 +02:00
Gregers Gram Rygg 36451db928 Expose caches instead of _clearCache method 2012-06-27 12:39:47 +02:00
Gregers Gram Rygg d1ed8bb952 Removed duplicate declarations of i and l 2012-06-27 11:57:04 +02:00
Gregers Gram Rygg f40d677164 Removed declaration of OpenLayers if it's not defined (already requires SingleFile.js) 2012-06-27 11:07:41 +02:00
Stéphane Brunner d42f5ee993 Merge pull request #271 from sbrunner/wmts-capabilities
Create Layer from WMTS capabilities in rest mode
2012-06-27 01:34:02 -07:00
Stéphane Brunner 419ead9191 fix projection syntax 2012-06-26 16:09:38 +02:00
Gregers Gram Rygg 93211a31bc Merge branch 'master' of https://github.com/openlayers/openlayers into vendor-prefixes 2012-06-25 14:17:19 +02:00
Gregers Gram Rygg ab6b2ef008 Use vendor detection for requestAnimationFrame 2012-06-25 13:45:33 +02:00
Gregers Gram Rygg 58a83b0d17 Refactored vendor methods to it's own module 2012-06-25 13:44:35 +02:00
Gregers Gram Rygg fb3acbdbc2 Renamed char (reserved word in ES3) 2012-06-24 23:48:24 +02:00