Tim Schaub
2011e02364
Avoid calling lineTo on the same pixel for polygon stroke
2013-10-14 17:07:06 -06:00
Tim Schaub
71a6c4f270
Only call lineTo if we are in a new pixel for linestring
...
Rendering performance degrades as the context lineWidth increases when calling lineTo many times for the same pixel coordinate. This appears to be a widespread performance issue and is very clearly improved by only calling lineTo when in a new pixel coordinate.
2013-10-14 17:06:44 -06:00
Frédéric Junod
29221a9869
Merge pull request #1128 from fredj/offset_props
...
Rename offset* attributes to delta*
2013-10-14 07:59:36 -07:00
Frederic Junod
9ffabb481c
Rename offset* attributes to delta*
2013-10-14 14:22:51 +02:00
Tim Schaub
86bb213048
Merge pull request #1126 from kryger/patch-1
...
Typo crossOriin => crossOrigin.
2013-10-13 10:13:50 -07:00
Lukasz Kryger
f1c45c4a6c
Typo crossOriin => crossOrigin
2013-10-13 17:57:22 +01:00
Bruno Binet
c07933beef
Merge pull request #1120 from bbinet/overlay-stop-events
...
Configurable event propagation for overlays
2013-10-11 07:13:31 -07:00
Bruno Binet
06580950ca
Add controls to ol-overlaycontainer-stopevent
...
so that events won't be propagated to the map when interacting with a control
2013-10-11 12:51:22 +02:00
Bruno Binet
e1da49fb32
Merge pull request #1121 from bbinet/fix-whitespace-indent
...
Fix indent
2013-10-11 03:24:32 -07:00
Bruno Binet
aaf64c8fec
Fix indent
2013-10-11 12:23:21 +02:00
Bruno Binet
623b2fab14
Adjust event propagation for popup example
2013-10-11 12:17:08 +02:00
Bruno Binet
2d0fdfdd87
Adjust event propagation for overlay example
2013-10-11 12:17:08 +02:00
Bruno Binet
caf958826d
Add new container which don't stop event propagation
...
and allow overlays to optionnally stop event propagation
2013-10-11 12:16:56 +02:00
Bruno Binet
8c8dbe2ece
Add stopEvent option in ol.OverlayOptions typedef
2013-10-11 12:14:58 +02:00
Frédéric Junod
0af2ac60d6
Merge pull request #1119 from fredj/drz_offset
...
Use getPixel function instead of offset from event
2013-10-10 23:17:45 -07:00
Frederic Junod
ef97da2b77
Use getPixel function instead of offset from event
2013-10-11 07:35:27 +02:00
Éric Lemoine
4c765d817d
Merge pull request #1116 from elemoine/loader
...
Revert "Always set CLOSURE_NO_DEPS to true"
2013-10-10 06:41:33 -07:00
Éric Lemoine
036dee55a9
Revert "Always set CLOSURE_NO_DEPS to true"
...
This reverts commit aa5a571ab1 .
2013-10-10 09:26:37 +02:00
Tim Schaub
08de33c020
Merge pull request #1115 from tschaub/no-deps
...
Stop base.js from trying to load deps.js.
2013-10-09 16:03:28 -07:00
Tim Schaub
ca3dcb0e14
Stop base.js from trying to load deps.js
2013-10-09 15:47:30 -06:00
Tim Schaub
dd67c7d8c3
Merge pull request #1111 from tschaub/font-weight
...
Add fontWeight property to TextSymbolizer.
2013-10-09 13:20:47 -07:00
Tim Schaub
3893351d01
Merge pull request #1113 from tschaub/point-symbolizers
...
ol.style.Shape and ol.style.Icon don't inherit from ol.style.Point.
2013-10-09 13:19:14 -07:00
Tim Schaub
2ee776d9f6
Support fontWeight in text symbolizer
2013-10-09 11:59:30 -06:00
Tim Schaub
d5ab5ec1d2
Shape symbolizer extends point symbolizer
2013-10-09 09:01:51 -06:00
Tim Schaub
e36c53dd23
Icon symbolizer extends point symbolizer
2013-10-09 09:01:30 -06:00
Tom Payne
7be90877fe
Merge pull request #1105 from twpayne/example-fixes
...
Example type-related fixes
2013-10-09 04:56:45 -07:00
Tim Schaub
f302fee5ad
Merge pull request #1108 from tschaub/java
...
Rely on java in path.
2013-10-08 13:53:27 -07:00
Tim Schaub
03c7e7c031
Rely on java in path
2013-10-08 13:47:46 -06:00
Tim Schaub
2f3cd430de
Merge pull request #1070 from tschaub/text-stroke
...
Add stroke support to text symbolizers.
2013-10-08 08:12:11 -07:00
Tom Payne
2f10e62b76
Merge pull request #1100 from twpayne/animation-duration-control
...
Animation duration control
2013-10-08 06:53:18 -07:00
Tom Payne
1a000c3719
Add typecast in WMTS IGN example
2013-10-08 15:37:32 +02:00
Tom Payne
4e5d50de98
Fix use of ol.dom.Input numeric value
2013-10-08 15:30:26 +02:00
Tom Payne
88d019a0bb
Add typecasts in animation example
2013-10-08 15:29:44 +02:00
Tom Payne
b533cad031
Only install animations if duration > 0
2013-10-08 14:35:04 +02:00
Tom Payne
c6df48e424
Add zoomDuration option to interaction defaults
2013-10-08 14:35:04 +02:00
Tom Payne
b1ed63ebf8
Make touch zoom animation duration configurable
2013-10-08 14:35:04 +02:00
Tom Payne
6c0d4cddad
Make mouse wheel zoom animation duration configurable
2013-10-08 14:35:03 +02:00
Frédéric Junod
b022da3da0
Merge pull request #1103 from fredj/doc
...
Minor apidoc updates
2013-10-08 00:15:08 -07:00
Frederic Junod
307e2d936c
Minor apidoc updates
2013-10-08 09:04:50 +02:00
Tim Schaub
539ecbdd9c
Add stroke support for text symbolizers
2013-10-07 16:17:38 -06:00
Tim Schaub
5e86ffcca5
Add stroke properties to text symbolizer literal
2013-10-07 16:09:20 -06:00
Bruno Binet
aca022df6e
Merge pull request #1101 from bbinet/overlay_center_positioning
...
ol.overlay center positioning
2013-10-07 10:35:21 -07:00
Bruno Binet
8f92deeac2
Fix overlay positioning in icon example
2013-10-07 18:51:34 +02:00
Bruno Binet
41085560f6
Fix overlay positioning in geolocation example
2013-10-07 18:36:51 +02:00
Tim Schaub
428ba59806
Merge pull request #1102 from tschaub/expr-lib
...
Always use ol.expr.lib when calling evaluateFeature.
2013-10-07 09:35:58 -07:00
Tim Schaub
0296ee846a
Avoiding unhandled errors
...
These tests were generating errors that were not caught because they were outside the `it` functions.
2013-10-07 09:47:41 -06:00
Tim Schaub
60a13d6517
Always provide lib functions, conditionally provide scope
2013-10-07 09:46:24 -06:00
Bruno Binet
715236c1f6
Update ol.overlay exports for center positioning
2013-10-07 17:01:06 +02:00
Bruno Binet
e9ac7cef83
Update overlay example with center positioning
2013-10-07 16:46:33 +02:00
Bruno Binet
29076db6ed
Add support for ol.overlay center positioning
2013-10-07 16:41:59 +02:00