Éric Lemoine
|
e76ec3b292
|
Merge pull request #1504 from elemoine/vector-api-image-vector-hit-detection
[vector-api] Vector image hit detection
|
2014-01-14 03:33:47 -08:00 |
|
Tom Payne
|
9050746d58
|
Merge remote-tracking branch 'openlayers/master' into vector-api
|
2014-01-14 12:28:37 +01:00 |
|
Éric Lemoine
|
542cf80da9
|
Better typing
|
2014-01-14 12:26:50 +01:00 |
|
Éric Lemoine
|
b52b2223a6
|
Add hit detection to image-vector-layer example
|
2014-01-14 12:26:50 +01:00 |
|
Éric Lemoine
|
6c30710d0c
|
Add ol.renderer.webgl.ImageLayer#forEachFeatureAtPixel
|
2014-01-14 12:26:50 +01:00 |
|
Éric Lemoine
|
a15bacd963
|
Add ol.renderer.dom.ImageLayer#forEachFeatureAtPixel
|
2014-01-14 12:26:50 +01:00 |
|
Éric Lemoine
|
ee17babc05
|
Add ol.renderer.canvas.ImageLayer#forEachFeatureAtPixel
|
2014-01-14 12:26:50 +01:00 |
|
Éric Lemoine
|
849e50517c
|
Add ol.source.ImageVector#forEachFeatureAtPixel
|
2014-01-14 12:26:50 +01:00 |
|
Éric Lemoine
|
4cd2a75900
|
Add ol.source.Source#forEachFeatureAtPixel
|
2014-01-14 12:26:50 +01:00 |
|
Éric Lemoine
|
f7be1c155e
|
Hit detection refactoring
Get the frame state from the map instead of storing values in the layer renderers.
|
2014-01-14 12:26:49 +01:00 |
|
Tom Payne
|
006364c791
|
Merge pull request #1522 from twpayne/vector-api-clean-ups
[vector-api] Miscellaneous clean-ups
|
2014-01-14 03:26:29 -08:00 |
|
Frédéric Junod
|
69b36e7b7b
|
Merge pull request #1523 from fredj/side-by-side
Fix ol.BrowserFeature.HAS_WEBGL test in side-by-side example
|
2014-01-14 00:52:45 -08:00 |
|
Frederic Junod
|
f058d54277
|
Fix ol.BrowserFeature.HAS_WEBGL test in side-by-side example
|
2014-01-14 09:46:02 +01:00 |
|
Tom Payne
|
474b4a444b
|
Use a switch statement, rather than ifs, in ol.render.canvas.Replay
|
2014-01-13 18:17:38 +01:00 |
|
Tom Payne
|
54e1fd3a41
|
Use @inheritDoc in ol.render.webgl.Immediate
|
2014-01-13 18:11:06 +01:00 |
|
Tom Payne
|
3835c299b5
|
Remove unnecessary typecasts
goog.asserts.assertInstanceof is sufficient for the compiler to deduce
the type.
|
2014-01-13 18:10:32 +01:00 |
|
Tim Schaub
|
6948fc4318
|
Merge pull request #1507 from tschaub/update-closure-util
Update closure util.
|
2014-01-13 09:00:12 -08:00 |
|
Tom Payne
|
610eefb932
|
Merge remote-tracking branch 'openlayers/master' into vector-api
|
2014-01-13 16:07:39 +01:00 |
|
Tom Payne
|
2f2b6dd510
|
Merge pull request #1511 from twpayne/powered-by-ol3
Add ol3 logo by default
|
2014-01-13 07:00:09 -08:00 |
|
Éric Lemoine
|
8b38639082
|
Merge pull request #1520 from elemoine/vector-api-hidpi-hit-detection
[vector-api] Fix hit detection on retina displays
|
2014-01-13 06:40:42 -08:00 |
|
Tom Payne
|
3f851ad392
|
Use compressed logo URL
|
2014-01-13 14:45:13 +01:00 |
|
Tom Payne
|
6e43692440
|
Add optimized 32x32 pixel logo
|
2014-01-13 14:38:16 +01:00 |
|
Tom Payne
|
36dc0b88e1
|
Add 32x32 pixel logo image
|
2014-01-13 14:37:13 +01:00 |
|
Tom Payne
|
b7e906fe09
|
Add ol3Logo option to ol.Map
|
2014-01-13 14:29:41 +01:00 |
|
Tom Payne
|
e4b815d4d6
|
Add optional URL for logos
|
2014-01-13 14:20:24 +01:00 |
|
Éric Lemoine
|
ffcd4e8cc2
|
Fix hit detection on retina displays
|
2014-01-13 14:10:51 +01:00 |
|
Frédéric Junod
|
932bc36d7a
|
Merge pull request #1518 from fredj/vector-api-1503
[vector-api] Add encoding param to goog.fs.FileReader.readAsText
|
2014-01-13 05:04:02 -08:00 |
|
Frédéric Junod
|
9aba98797a
|
Merge pull request #1516 from fredj/vector-api-source-observable
Make ol.source.Source inherit from Observable
|
2014-01-13 05:03:47 -08:00 |
|
Frederic Junod
|
79c8f17e83
|
Add encoding param to goog.fs.FileReader.readAsText
This is a workaround for https://code.google.com/p/closure-library/issues/detail?id=524
|
2014-01-13 13:51:09 +01:00 |
|
Frederic Junod
|
e9db2eefb9
|
Make ol.source.Source inherit from Observable
|
2014-01-13 10:57:34 +01:00 |
|
Frédéric Junod
|
164170e593
|
Merge pull request #1517 from fredj/vector-api-drawinteraction-cleanup
[vector-api] drawinteraction cleanup
|
2014-01-13 01:56:01 -08:00 |
|
Frederic Junod
|
f68631d61c
|
Use goog.asserts.assertInstanceof to check the getSource return type
See 1499af397d
|
2014-01-13 10:29:29 +01:00 |
|
Frederic Junod
|
f5ce88789e
|
Use goog.isNull in if statements
|
2014-01-13 10:28:42 +01:00 |
|
Frédéric Junod
|
15b649ecd4
|
Merge pull request #1515 from fredj/vector-api-const-annotation
[vector-api] Create 'type' annotation for 'const' variables
|
2014-01-13 00:45:21 -08:00 |
|
Frederic Junod
|
b53ddf5b42
|
Create 'type' annotation for 'const' variables
|
2014-01-13 08:53:36 +01:00 |
|
Éric Lemoine
|
752ac584b0
|
Merge pull request #1513 from elemoine/vector-api-docs
[vector-api] ol.source.ImageVector improvements
|
2014-01-12 22:59:23 -08:00 |
|
Éric Lemoine
|
babd133cf6
|
Export ol.source.ImageVector's styleFunction option
|
2014-01-13 07:43:02 +01:00 |
|
Éric Lemoine
|
d5b7527f1f
|
Add docs for ol.source.ImageVector
|
2014-01-13 07:39:27 +01:00 |
|
Tim Schaub
|
339c6d3b5b
|
Merge pull request #1510 from tschaub/bing-providers
Handle case where Bing resource has no imagery providers.
|
2014-01-10 21:00:53 -08:00 |
|
Tom Payne
|
a9d56bb74b
|
Merge remote-tracking branch 'openlayers/master' into vector-api
|
2014-01-10 22:11:39 +01:00 |
|
Tom Payne
|
b3293a7e64
|
Merge pull request #1508 from twpayne/vector-api-d3-no-social
[vector-api] Remove social links from d3 example
|
2014-01-10 13:08:14 -08:00 |
|
ahocevar
|
b76289acb8
|
Merge pull request #1387 from ahocevar/olx-docs
Documentation error
|
2014-01-10 12:58:55 -08:00 |
|
Tim Schaub
|
9217f14761
|
Merge pull request #1509 from tschaub/layer-spy
Example demonstrating a spyglass effect.
|
2014-01-10 12:57:20 -08:00 |
|
Tom Payne
|
d74519bb21
|
Add ol3 logo to d3 example
|
2014-01-10 21:52:24 +01:00 |
|
Tom Payne
|
db4a128951
|
Add example-behaviour.js to d3 example, thanks @tschaub
|
2014-01-10 21:52:20 +01:00 |
|
Tim Schaub
|
f78a668ce3
|
Handle case where resource has no imagery providers
|
2014-01-10 13:50:51 -07:00 |
|
Tim Schaub
|
29e3794845
|
Example demonstrating a spyglass effect
Riffing off of the layer swipe example, this one demonstrates viewing one layer over another though a lens.
|
2014-01-10 13:32:54 -07:00 |
|
Tom Payne
|
b5db7fd2a9
|
Remove social links from d3 example
|
2014-01-10 21:15:49 +01:00 |
|
ahocevar
|
7e0bd6dca1
|
Make olx types appear in API docs
|
2014-01-10 20:21:16 +01:00 |
|
Tim Schaub
|
2b8e87f17f
|
Add error handler
If the server fails to start, display error message and exit. Typically this is due to the address being in use.
|
2014-01-10 12:05:38 -07:00 |
|