Marc Jansen
631b92412e
Remove goog.isDef from draganddropinteraction
2015-09-25 11:28:55 -06:00
Marc Jansen
27fb1b6fde
Remove goog.isDef from geom/linestring
2015-09-25 11:28:55 -06:00
Marc Jansen
2b77e1601a
Remove goog.isDef from doubleclickzoominteraction
2015-09-25 11:28:55 -06:00
Marc Jansen
eeba5f4d10
Remove goog.isDef from drawinteraction
2015-09-25 11:28:55 -06:00
Tim Schaub
d7ca176362
Remove goog.isDef from more formats
2015-09-25 11:28:55 -06:00
Tim Schaub
b0fe36e609
Remove goog.isDef for geometries
2015-09-25 11:28:54 -06:00
Tim Schaub
1fceb4a709
Remove goog.isDef from formats
2015-09-25 11:28:54 -06:00
Tim Schaub
5350e9ba37
Remove goog.isDef from device orientation, dom, extent, and feature
2015-09-25 11:28:54 -06:00
Marc Jansen
390153adc8
Remove goog.isDef from coordinate.js
2015-09-25 11:28:54 -06:00
Tim Schaub
a096ec5bf7
Remove goog.isDef from controls (-278 B)
2015-09-25 11:28:54 -06:00
Tim Schaub
007194a18f
Remove goog.isDef from attributioncontrol.js (-33 B)
2015-09-25 11:28:54 -06:00
Tim Schaub
4c0d857f41
Remove goog.isDef from colormatrix.js (-12 B)
2015-09-25 11:28:54 -06:00
Tim Schaub
c8e9525f3b
Remove goog.isDef from attribution.js through color.js (-54 B)
2015-09-25 11:28:54 -06:00
Tim Schaub
37d0176642
Remove goog.isDef from animation.js (-42 B)
2015-09-25 11:28:53 -06:00
Andreas Watermeyer
7c3bf59084
Issue #4171 : Prefer current layout as default on Multipolygon.setPolygons()
2015-09-25 13:58:44 +02:00
Éric Lemoine
c37e80cd97
Use version 20150920 of Closure Compiler
2015-09-24 12:02:31 +02:00
Måns Beckman
0a28c4282e
Adding check to see if already loaded images taints the canvas
2015-09-23 20:03:33 +02:00
Frederic Junod
ee4f009d2f
Remove use of goog.object.containsKey
2015-09-23 12:24:54 +02:00
Frederic Junod
901c55bf41
Remove unnecessary newlines
2015-09-23 12:18:50 +02:00
Frederic Junod
e884a8704d
Remove use of goog.object.containsKey
2015-09-23 12:17:02 +02:00
Éric Lemoine
0c21afc3e4
Merge pull request #4151 from elemoine/modify-assert
...
Remove bogus assertion
2015-09-23 10:12:07 +02:00
Frédéric Junod
9a83db1c85
Merge pull request #4110 from fredj/cleanup
...
Minor cleanups
2015-09-23 09:55:33 +02:00
Éric Lemoine
9894ceda2a
Remove bogus assertion
...
This commit removes an incorrect assertion from the modify interaction, which currently triggers when adding vertices to a line string. A new condition is added to the `if` statement to prevent a compilation error. In practice, `depth` and `segmentDataMatch.depth` are either both defined or both undefined.
2015-09-23 09:42:02 +02:00
Frédéric Junod
7a38a8945c
Merge pull request #4150 from fredj/rm-goog.object.remove
...
Remove use of goog.object.remove
2015-09-23 09:01:02 +02:00
Tim Schaub
cdf6fe44d8
Merge pull request #4145 from tschaub/simplified-geom
...
API method for simplifying geometries.
2015-09-22 11:45:42 -06:00
Tim Schaub
483f567d26
Working Wikipedia links
2015-09-22 10:39:19 -06:00
Tim Schaub
436561d9dd
Make geom.simplify() exportable
2015-09-22 10:34:43 -06:00
Éric Lemoine
5162fda686
Merge pull request #4153 from elemoine/select-features
...
Add a "features" option to ol.interaction.Select
2015-09-22 17:53:39 +02:00
Tim Schaub
250e86e5f2
Update simplification docs
2015-09-22 09:49:42 -06:00
Éric Lemoine
0bc8858760
Add a "features" option to ol.interaction.Select
2015-09-22 17:02:14 +02:00
Éric Lemoine
0def9728bb
Merge pull request #4144 from elemoine/feature-animation
...
Set context.fillStyle to a string
2015-09-22 12:13:12 +02:00
Frederic Junod
b128675e60
Remove use of goog.object.remove
2015-09-22 12:08:09 +02:00
Frederic Junod
0d23ab44b3
Remove use of goog.array.isEmpty
2015-09-22 11:25:04 +02:00
Tim Schaub
e81b68ce8b
API method for simplifying geometries
2015-09-21 14:20:16 -06:00
Éric Lemoine
167480bde6
context.fillStyle should be a string
...
The value we set context.fillStyle to should always be a string. This commit fixes a bug in circlestyle.js where we did set context.fillStyle to an array instead of a string.
2015-09-21 20:49:05 +02:00
Marc Jansen
73b67f7a74
Merge pull request #4111 from marcjansen/text-default-fill
...
Use a blackish default for filling texts
2015-09-18 07:28:17 +09:00
Marc Jansen
80995159b1
Use a blackish default for filling texts
2015-09-17 16:52:59 +02:00
Pierre GIRAUD
badf14e0f1
forEachFeatureAtPixel shouldn't fail if layer has no source
2015-09-16 13:27:01 +02:00
Andreas Hocevar
ea8ad4fc16
Make ol.control.OverviewMap's view configurable
...
This is useful for creating an OverviewMap in a different projection than
EPSG:3857.
2015-09-16 17:28:16 +09:00
Frederic Junod
139bcca26a
Use goog.array.forEach to unlisten the array of keys
2015-09-15 10:05:57 +02:00
Frederic Junod
946ef8878d
Export ol.Observable#dispatchEvent function
2015-09-15 09:56:26 +02:00
Frederic Junod
758118e00d
Prevent page zoom on IE Edge
...
The deprecated msTouchAction property was removed in IE Edge.
2015-09-14 13:38:35 +02:00
Samuel Lapointe
c2c4dbfc32
Add a zoom setting to MouseWheelZoomInteraction
...
By default, zooming in or out zooms using the mouse's location
as an anchor, which makes it possible to navigate the map
using scrolling only, and makes zooming in more intuitive.
This commit adds a new useAnchor option to the MouseWheelZoom
interaction. It is enabled by default, which changes nothing
to the current behavior of the interaction. When disabled,
the interaction stops registering its lastAnchor_ value. This
turns the zoom into a very basic one, that zooms to the center
of the screen.
To use the map center zoom, set the useAnchor option to
false when creating the MouseWheelZoomInteraction, or use its
setMouseAnchor function.
2015-09-11 16:20:10 -04:00
Éric Lemoine
a1da682722
Merge pull request #4055 from fgravin/graticulePerf
...
Improve graticule perf
2015-09-10 09:31:10 +02:00
Pierre GIRAUD
216be8a673
Merge pull request #4089 from pgiraud/select_interaction
...
SelectEventType in ol.interaction namespace
2015-09-10 09:24:54 +02:00
Tim Schaub
411419e45f
Merge pull request #4095 from tschaub/drag-zoom
...
Zoom to the extent of the drag box.
2015-09-09 11:21:49 -06:00
Tim Schaub
6838fdd4c9
Merge pull request #4084 from tschaub/circle-exports
...
Fewer circle exports.
2015-09-09 09:12:42 -06:00
Tim Schaub
085c2d7e33
Merge pull request #4094 from tschaub/set-attributions
...
Allow source.setAttributions() to be exported.
2015-09-09 09:12:08 -06:00
Frédéric Junod
d0b87ecd63
Merge pull request #4091 from fredj/cleanup
...
Remove unused ol.renderer.webgl.Map.DEFAULT_COLOR_VALUES_
2015-09-09 07:43:55 +02:00
Frédéric Junod
0469a31ea9
Merge pull request #4092 from fredj/coding_style
...
Minor coding style fixes
2015-09-09 07:43:42 +02:00