Commit Graph

4569 Commits

Author SHA1 Message Date
Éric Lemoine 0e75e971d9 Conditionally deregister touchend listener 2013-12-18 15:55:11 +01:00
Antoine Abt add3cf2233 Remove useless "geometry" FeatureProperty 2013-12-18 14:20:11 +01:00
Antoine Abt 59df68fe68 Update property change listener 2013-12-18 14:20:08 +01:00
Éric Lemoine 9466101a47 Remove ol.renderer.webgl.SUPPORTED 2013-12-18 11:45:23 +01:00
Éric Lemoine ee9f50911c Remove ol.renderer.dom.SUPPORTED 2013-12-18 11:45:13 +01:00
Éric Lemoine fb32a167b3 Remove ol.renderer.canvas.SUPPORTED 2013-12-18 11:44:54 +01:00
Antoine Abt 97ed71dfe2 Remove useless export (already defined in code) 2013-12-18 11:40:00 +01:00
Antoine Abt 4fc6c36724 Add support for features with multiples geometries 2013-12-18 11:37:35 +01:00
Éric Lemoine 779ea26f81 No need for @type when using @const 2013-12-18 11:24:55 +01:00
Éric Lemoine 7fe684a6d4 HAS_WEBGL is false if ENABLE_WEBGL is false 2013-12-18 11:20:14 +01:00
Éric Lemoine 3df49423ad HAS_DOM is false if ENABLE_DOM is false 2013-12-18 11:20:14 +01:00
Éric Lemoine 5bb6dbfef3 HAS_CANVAS is false if ENABLE_CANVAS is false 2013-12-18 11:20:14 +01:00
Éric Lemoine 5520cc530d Move ol.ENABLE_[CANVAS|DOM|WEBGL] @define's to browserfeature.js 2013-12-18 11:20:14 +01:00
Éric Lemoine a97e115100 Use ol.BrowserFeature.HAS_* in map.js 2013-12-18 11:20:14 +01:00
Éric Lemoine c8038f7855 Add ol.BrowserFeature.HAS_DOM 2013-12-18 11:20:14 +01:00
Éric Lemoine 42a2f7aab9 Add ol.BrowserFeature.HAS_CANVAS 2013-12-18 11:20:14 +01:00
Éric Lemoine b6ec5838f7 Add ol.BrowserFeature.HAS_GEOLOCATION 2013-12-18 11:20:14 +01:00
Éric Lemoine 62e8803287 Add ol.BrowserFeature.HAS_DEVICE_ORIENTATION 2013-12-18 11:20:14 +01:00
Éric Lemoine 79718151b7 Add ol.BrowserFeature.HAS_WEBGL 2013-12-18 11:20:13 +01:00
Éric Lemoine 73f24cf7b0 goog.require creates a namespace object already 2013-12-18 11:20:13 +01:00
Tom Payne 35be1db6a5 Merge pull request #1409 from twpayne/vector-api-polygon-quantize
[vector-api] Always quantize polygons
2013-12-18 01:10:54 -08:00
Frederic Junod 3e83809880 Add serverType option to ol.source.ImageWMS constructor 2013-12-18 09:08:37 +01:00
Éric Lemoine 1b084dba06 Do not use export_as for interactiondefaults exports 2013-12-18 08:25:14 +01:00
Éric Lemoine 0d235e7efc Do not use export_as controldefaults exports 2013-12-18 08:25:14 +01:00
Éric Lemoine 9c8227bb4f Do not use export_as for animation exports 2013-12-18 08:25:14 +01:00
Tom Payne 9bc92b2166 Always quantize all polygons 2013-12-17 17:46:43 +01:00
Tom Payne dc69e02438 Pass tolerance to ol.render.canvas.Replay constructors 2013-12-17 17:46:28 +01:00
Tom Payne 76bddcf042 Pass tolerance to ol.render.canvas.ReplayGroup constructor 2013-12-17 17:46:01 +01:00
Frederic Junod 8e6b686f3d Add hidpi option to ol.source.ImageWMS and ol.source.MapGuide 2013-12-17 15:58:25 +01:00
Frederic Junod c84782bfc6 Use the image pixelRatio in ol.renderer.canvas.ImageLayer 2013-12-17 13:31:11 +01:00
Frederic Junod db322f9ade Add pixelRatio param to ol.Image constructor 2013-12-17 13:31:11 +01:00
Frederic Junod 78ec21fb85 Add pixelRatio to ol.source.Image#createImage 2013-12-17 13:31:11 +01:00
Frederic Junod ca0b77d0e3 Add pixelRatio to ol.source.Image#getImage 2013-12-17 13:31:11 +01:00
Tom Payne 1d1dbb08c9 Use stronger instanceof assertion 2013-12-17 12:59:58 +01:00
Tom Payne ed332dba19 Remove whitespace 2013-12-17 12:59:58 +01:00
Tom Payne 1864f204f7 Add ol.format.Polyline#readProjectionFromText 2013-12-17 12:59:58 +01:00
Tobias Bieniek 36a5a53ba2 Optimize encode 2013-12-17 12:59:58 +01:00
Tom Payne d187849838 Making coding style closer to ol3's in ol.format.Polyline 2013-12-17 12:59:58 +01:00
Tom Payne 3cf87ced1e Port ol.parser.polyline to ol.format.Format 2013-12-17 12:59:58 +01:00
Tom Payne 461a0d0615 Move back ol.parser.polyline 2013-12-17 12:59:57 +01:00
Tom Payne 79ade07fb7 Merge remote-tracking branch 'openlayers/master' into vector-api 2013-12-17 12:55:36 +01:00
Éric Lemoine d3f90418df Make Interaction inherit from Observable 2013-12-17 10:39:40 +01:00
Tom Payne 856a16b43e Add ol.source.IGC 2013-12-16 20:26:45 +01:00
Tom Payne fde0350414 Add ol.format.IGC 2013-12-16 20:25:49 +01:00
Tom Payne a0b71d22e4 Merge remote-tracking branch 'openlayers/master' into vector-api 2013-12-16 17:27:12 +01:00
Tim Schaub 01d4990a1b Merge pull request #1382 from tschaub/observable-geometry
Remove geometry specific event type.
2013-12-16 07:43:06 -08:00
Tom Payne d8c81773ca Make options to ol.tilegrid.Zoomify optional 2013-12-16 16:09:15 +01:00
Tom Payne fc4364e373 No need to use private variables in ol.source.Zoomify 2013-12-16 16:08:45 +01:00
Tom Payne cb2727544a Update ol.tilegrid.Zoomify to use new exports system 2013-12-16 16:08:00 +01:00
Tom Payne af6f4fa77e Update ol.source.Zoomify to use new exports system 2013-12-16 16:06:42 +01:00