Frédéric Junod
5abeaf3716
Merge pull request #4208 from gberaudo/remove_goog_string_trim
...
Remove goog.string.trim()
2015-10-05 09:06:32 +02:00
Andreas Hocevar
deea8060af
Fix canvas replay which broke with 31a68e2
...
See #4192
2015-10-04 23:12:39 +02:00
Andreas Hocevar
faff14c44c
Merge pull request #4164 from spatialillusions/patch-1
2015-10-02 11:11:08 +02:00
Andreas Hocevar
2d7d002c85
Fix coding style
2015-10-02 11:05:19 +02:00
Frédéric Junod
4cf1ee769e
Merge pull request #4202 from fredj/rm_appendChild
...
Remove use of goog.dom.appendChild
2015-10-01 14:49:15 +02:00
Guillaume Beraudo
fef1b0981e
Remove goog.string.trim()
...
Replace with standard ECMAScript 5.1.
2015-10-01 14:14:06 +02:00
Frederic Junod
ef9b64673e
Remove unused local variables
2015-10-01 13:38:55 +02:00
Frederic Junod
4d53049a7f
Remove unnecessary cast
2015-10-01 13:38:49 +02:00
Frederic Junod
9b6ad1b36f
Remove use of goog.dom.appendChild
...
Use `parent.appendChild(child)` instead.
2015-10-01 12:06:38 +02:00
Marc Jansen
a38ac3a07b
Use !!expr and not the verbose expr !== null
...
This addresses review comments by @tschaub.
2015-10-01 09:18:53 +02:00
Marc Jansen
d5c5d651cb
Remove goog.isNull in xml class
2015-10-01 09:18:53 +02:00
Marc Jansen
ef0153692e
Remove goog.isNull in tileurlfunction class
2015-10-01 09:18:53 +02:00
Marc Jansen
5daf741922
Remove goog.isNull in tilecoord class
2015-10-01 09:18:53 +02:00
Marc Jansen
ae657518c5
Remove goog.isNull in view class
2015-10-01 09:18:53 +02:00
Marc Jansen
7d110c829f
Remove goog.isNull in tilegrid class
2015-10-01 09:18:53 +02:00
Marc Jansen
369f5a6171
Remove goog.isNull in lrucache class
2015-10-01 09:18:53 +02:00
Marc Jansen
b11c9c3b9c
Remove goog.isNull in proj class
2015-10-01 09:18:53 +02:00
Marc Jansen
7530e46cfa
Remove goog.isNull in pointereventhandler class
2015-10-01 09:18:53 +02:00
Marc Jansen
2b84e0f245
Remove goog.isNull in overlay class
2015-10-01 09:18:53 +02:00
Marc Jansen
5502083af9
Remove goog.isNull in mapbrowserevent class
2015-10-01 09:18:53 +02:00
Marc Jansen
02fe825113
Remove goog.isNull in map class
2015-10-01 09:18:53 +02:00
Marc Jansen
6aa75c490b
Remove goog.isNull in has class
2015-10-01 09:18:53 +02:00
Marc Jansen
89456e7906
Remove goog.isNull in graticule class
2015-10-01 09:18:53 +02:00
Marc Jansen
442caade91
Remove goog.isNull in geolocation class
2015-10-01 09:18:53 +02:00
Marc Jansen
e479411614
Remove goog.isNull in feature class
2015-10-01 09:18:53 +02:00
Marc Jansen
f360080fa7
Remove goog.isNull in dom class
2015-10-01 09:18:53 +02:00
Marc Jansen
e65384a407
Remove goog.isNull in deviceorientation class
2015-10-01 09:18:53 +02:00
Marc Jansen
3552f5ff66
Remove goog.isNull in attribution class
2015-10-01 09:18:53 +02:00
Marc Jansen
54d4434900
Remove goog.isNull in animation class
2015-10-01 09:18:53 +02:00
Marc Jansen
7ceb7a439e
Remove goog.isNull in webgl classes
2015-10-01 09:18:53 +02:00
Marc Jansen
f9b07991e1
Remove goog.isNull in style classes
2015-10-01 09:18:53 +02:00
Marc Jansen
e1f477ad8c
Remove goog.isNull in source classes
2015-10-01 09:18:52 +02:00
Marc Jansen
30e2f44825
Remove goog.isNull in image classes
2015-10-01 09:17:14 +02:00
Marc Jansen
138adf0509
Remove goog.isNull in renderer classes
2015-10-01 09:17:14 +02:00
Marc Jansen
31a68e21a5
Remove goog.isNull in render classes
2015-10-01 09:17:14 +02:00
Marc Jansen
f5788a32a7
Remove goog.isNull in layer classes
2015-10-01 09:17:14 +02:00
Marc Jansen
be2e4a33ae
Remove goog.isNull in interaction classes
2015-10-01 09:17:14 +02:00
Marc Jansen
3c4e663224
Remove goog.isNull in geom classes
2015-10-01 09:17:14 +02:00
Marc Jansen
eb5088eb40
Remove goog.isNull in format classes
2015-10-01 09:17:14 +02:00
Marc Jansen
d728c71f02
Remove goog.isNull in control classes
2015-10-01 09:15:15 +02:00
Andreas Hocevar
8813180d41
Merge pull request #4187 from ahocevar/dashy-tileurl
...
Fix {-y} template calculation for custom (TMS) tile grids
2015-10-01 08:11:05 +02:00
Tim Schaub
6bdacced92
Merge pull request #4176 from tschaub/remove-isdefandnotnull
...
Remove use of goog.isDefAndNotNull().
2015-10-01 00:05:57 -06:00
Marc Jansen
c4d5036878
Do not use goog.object.get
2015-09-30 22:27:39 +02:00
Andreas Hocevar
e6c5fa9cd7
Merge pull request #4198 from denilsonsa/patch-2
...
Improve ol.control.Rotate.prototype.resetNorth_ performance
2015-09-30 16:26:09 +02:00
Denilson Figueiredo de Sá
c8f0bb0ade
Improve ol.control.Rotate.prototype.resetNorth_ performance
...
Changing. resetNorth_ function from O(n) to O(1).
To reproduce this issue, open the developer console and execute:
map.getView().setRotation(5000000000);
Then click on the rotation button. Before the commit, it takes a few
seconds, after this commit it is instantaneous.
In addition, due to limited floating point precision, the previous code
calculates a different value from this one.
2015-09-30 09:37:51 -03:00
Denilson Figueiredo de Sá
e7ba63e020
Remove blur action on MOUSEOUT on Zoom Out button
...
This is a follow up of commit 761aa0ea5c .
That commit removed ol.control.Control.bindMouseOutFocusOutBlur function,
but forgot to remove this piece of code here.
2015-09-30 08:56:35 -03:00
Andreas Hocevar
8e122334ed
Merge pull request #4195 from awaterme/Issue-4171
...
#4171 : Prefer current layout as default on MultiLineString.setLineStrings()
2015-09-30 11:07:28 +02:00
Andreas Watermeyer
ea8ffd8b6a
Issue #4171 : Prefer current layout as default on MultiLineString.setLineStrings()
2015-09-30 09:21:14 +02:00
Andreas Hocevar
8248ec63ba
Fix {-y} template calculation for custom (TMS) tile grids
...
Previously, {-y} only worked for the standard web mercator tile grid. Now
a tile grid with an extent is required (which we get from
ol.tilegrid.createXYZ() anyway), and then the y calculation for TMS style
tile grids works as expected.
2015-09-30 09:07:55 +02:00
Andreas Hocevar
79766ad25c
Merge pull request #4172 from awaterme/Issue-4171
...
#4171 : Prefer current layout as default on Multipolygon.setPolygons()
2015-09-29 22:58:12 +02:00