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
Marc Jansen
901eee1887
Merge pull request #4190 from marcjansen/no-goog-functions-constant
...
Remove use of goog.functions.constant
2015-09-29 22:11:50 +02:00
Marc Jansen
cd5b15fa55
Remove use of goog.functions.constant
2015-09-29 20:28:06 +02:00
Tim Schaub
ab87eb8af0
Remove remaining goog.isDefAndNotNull() calls
2015-09-29 09:51:41 -06:00
Tim Schaub
1aca93d297
Remove goog.isDefAndNotNull() from vector sources
2015-09-29 09:48:19 -06:00
Tim Schaub
871575607f
Remove goog.isDefAndNotNull() from tileutfgridsource.js
2015-09-29 09:44:03 -06:00
Andreas Watermeyer
509cb3a3c9
Issue #4171 : Prefer current layout as default on Multipolygon.setPolygons()
2015-09-29 17:40:46 +02:00
Tim Schaub
5acf9023d0
Remove goog.isDefAndNotNull() from deviceorientation.js
2015-09-29 09:39:19 -06:00
Frédéric Junod
fd729216b5
Merge pull request #4188 from fredj/rm_goog_object_getKeys
...
Remove use of goog.object.getKeys
2015-09-29 17:33:13 +02:00
Tim Schaub
b48cabee28
Remove unnecessary goog.isDefAndNotNull() calls
2015-09-29 09:32:51 -06:00
Tim Schaub
ed3dcd636f
Replace !goog.isDefAndNotNull() with falsey checks
2015-09-29 09:32:51 -06:00
Tim Schaub
ac7db89a91
Replace goog.isDefAndNotNull() with truthy checks
2015-09-29 09:32:51 -06:00
Marc Jansen
bc58c383ba
Replace goog.nullFunction with ol.nullFunction
2015-09-29 16:39:35 +02:00
Frederic Junod
d2dd7584d8
Remove use of goog.object.getKeys
2015-09-29 14:24:34 +02:00
Frederic Junod
23de622d29
Use goog.object.isEmpty instead of goog.object.getKeys
2015-09-29 14:24:34 +02:00
jonataswalker
7d2c8be391
Add 'translatestart', 'translateend' and 'translating' events to 'ol.interaction.Translate'
2015-09-29 08:06:54 -03:00
jonataswalker
4a66289e5a
Add 'translatestart', 'translateend' and 'translating' events to 'ol.interaction.Translate'
2015-09-29 06:59:05 -03:00