Commit Graph

12208 Commits

Author SHA1 Message Date
Éric Lemoine
2bd0f8ae3e Add ol.style.Icon#getHitDetectionImage 2013-12-19 09:08:58 +01:00
Éric Lemoine
59910339cd Add ol.style.Circle#getHitDetectionImage 2013-12-19 09:08:30 +01:00
Éric Lemoine
ebcc6ab509 Add ol.style.Image#getHitDetectionImage abstract method 2013-12-19 09:08:04 +01:00
Éric Lemoine
a5089a0e0c Example rtree uses ol.style.Circle 2013-12-19 00:20:11 +01:00
Éric Lemoine
57814aba04 Example synthetic-points uses ol.style.Circle 2013-12-19 00:20:11 +01:00
Éric Lemoine
41ec0fd79b Example igc uses ol.style.Circle 2013-12-19 00:20:11 +01:00
Éric Lemoine
722bf3e0b2 Example geojson uses ol.style.Circle 2013-12-19 00:20:11 +01:00
Éric Lemoine
864d4d95e5 Example dynamic-data uses ol.style.Circle 2013-12-19 00:20:11 +01:00
Éric Lemoine
573b15182c Example icon uses ol.style.Icon 2013-12-19 00:20:11 +01:00
Éric Lemoine
faf6722c84 Canvas immediate uses ol.style.Image#getImage 2013-12-19 00:20:11 +01:00
Éric Lemoine
ee1ac6b23c Canvas replay uses ol.style.Image#getImage 2013-12-19 00:20:11 +01:00
Éric Lemoine
a97e3d036b Remove olx.style.ImageOptions 2013-12-19 00:20:11 +01:00
Éric Lemoine
d2d801d8a6 Add olx.style.IconOptions 2013-12-19 00:20:11 +01:00
Éric Lemoine
6afd711c66 Add olx.style.CircleOptions 2013-12-19 00:20:10 +01:00
Éric Lemoine
1b22ea0677 Remove ol.shape.renderCircle 2013-12-19 00:20:10 +01:00
Éric Lemoine
4b9de0a93c Remove ol.icon.renderIcon 2013-12-19 00:20:10 +01:00
Éric Lemoine
e44aa1e14a Make ol.style.Image a base class for Icon and Circle 2013-12-19 00:20:10 +01:00
Éric Lemoine
c786b91f3c Export ol.style.Circle 2013-12-19 00:20:10 +01:00
Éric Lemoine
65a75399c2 Add ol.style.Circle 2013-12-19 00:20:10 +01:00
Éric Lemoine
8e1107070b Export ol.style.Icon 2013-12-19 00:20:10 +01:00
Éric Lemoine
61f5871e90 Add ol.style.Icon 2013-12-19 00:20:10 +01:00
Éric Lemoine
fead554a39 Add missing goog.provide's (for @enum's) 2013-12-18 23:29:26 +01:00
Tom Payne
fc7c82e86c Merge remote-tracking branch 'openlayers/master' into vector-api 2013-12-18 21:01:49 +01:00
Tom Payne
009f9328a8 Use ol.BrowserFeature.HAS_WEBGL in layer-clipping-webgl example 2013-12-18 20:48:58 +01:00
Éric Lemoine
0795b47043 Merge pull request #1411 from elemoine/interaction-hint
Conditionally deregister touchend listener
2013-12-18 08:37:05 -08:00
Tom Payne
7cadb6824e Merge remote-tracking branch 'openlayers/master' into vector-api 2013-12-18 17:09:19 +01:00
Éric Lemoine
28738af844 Merge pull request #1395 from elemoine/exports
Fix exports (remove export_as hack)
2013-12-18 07:17:24 -08:00
Éric Lemoine
0e75e971d9 Conditionally deregister touchend listener 2013-12-18 15:55:11 +01:00
Antoine Abt
cd500b2917 Merge pull request #1410 from tonio/examples_css
fix hover style on zoom buttons in examples
2013-12-18 06:16:30 -08:00
Antoine Abt
81d2e74abb fix hover style on zoom buttons in examples 2013-12-18 14:28:07 +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