Frédéric Junod
|
441a7c093f
|
Merge pull request #4998 from fredj/rm_map_isDef
Remove unused ol.Map#isDef function
|
2016-03-09 09:26:28 +01:00 |
|
Frederic Junod
|
cb251f1648
|
Remove unused ol.Map#isDef function
|
2016-03-09 08:36:36 +01:00 |
|
Frédéric Junod
|
fd256027ec
|
Merge pull request #4984 from fredj/geom_rotate
Add new ol.geom.Geometry#rotate function
|
2016-03-08 17:17:09 +01:00 |
|
Frederic Junod
|
d5564a04db
|
Add new ol.geom.Geometry#rotate function
|
2016-03-08 17:05:19 +01:00 |
|
Frédéric Junod
|
6c74e90c5d
|
Merge pull request #4994 from jonataswalker/array-alpha-color
Add alpha default value to ol.Color array form
|
2016-03-08 17:04:19 +01:00 |
|
Frédéric Junod
|
951b400227
|
Merge pull request #4988 from openlayers/greenkeeper-phantomjs-prebuilt-2.1.5
Update phantomjs-prebuilt to version 2.1.5 🚀
|
2016-03-08 08:35:20 +01:00 |
|
Frédéric Junod
|
a3d7a216d5
|
Merge pull request #4981 from fredj/dispose_viewport
Remove the viewport on map dispose
|
2016-03-07 12:10:11 +01:00 |
|
Frederic Junod
|
263f5bb8ab
|
Remove the viewport on map dispose
|
2016-03-07 11:46:18 +01:00 |
|
Frédéric Junod
|
44de935ef0
|
Merge pull request #4980 from fredj/unused_require
Remove unused goog.require
|
2016-03-07 09:59:29 +01:00 |
|
Frederic Junod
|
8b95602211
|
Remove unused goog.require
|
2016-03-07 09:33:15 +01:00 |
|
Frédéric Junod
|
afb8efc0e9
|
Merge pull request #4958 from fredj/stop_wheel_events
Stop wheel events instead of DOMMouseScroll events
|
2016-03-04 09:25:14 +01:00 |
|
Frédéric Junod
|
258765dc48
|
Merge pull request #4967 from fredj/missing_goog.inherits
Add missing goog.inherits for ol.render.canvas.Immediate
|
2016-03-03 17:26:13 +01:00 |
|
Frederic Junod
|
3793bb18ae
|
Add missing goog.inherits for ol.render.canvas.Immediate
|
2016-03-03 17:12:19 +01:00 |
|
Frédéric Junod
|
9ba059a159
|
Merge pull request #4955 from fredj/ie_xml_workaround
Remove IE workarounds in src/ol/xml.js
|
2016-03-03 15:59:14 +01:00 |
|
Frederic Junod
|
7da7cba812
|
Don't use goog.dom.xml.createDocument
Use DOMImplementation.createDocument instead, available for IE >= 9
|
2016-03-03 15:46:29 +01:00 |
|
Frederic Junod
|
b09f7e30b2
|
Get rid of goog.dom.xml.serialize
Use XMLSerializer.serializeToString() function instead, available for IE >= 9
|
2016-03-03 15:46:29 +01:00 |
|
Frederic Junod
|
57f7811cd0
|
Remove ol.xml.isNode workaround for IE
|
2016-03-03 15:46:29 +01:00 |
|
Frederic Junod
|
90b4eea1cd
|
Remove ol.xml.isDocument workaround for IE
|
2016-03-03 15:46:29 +01:00 |
|
Frederic Junod
|
544de3b91c
|
Remove ol.xml.setAttributeNS workaround for IE
|
2016-03-03 15:46:29 +01:00 |
|
Frederic Junod
|
811eea0d3a
|
Remove ol.xml.getAttributeNodeNS workaround for IE
|
2016-03-03 15:46:29 +01:00 |
|
Frederic Junod
|
e210328dba
|
Remove ol.xml.getAttributeNS workaround for IE
|
2016-03-03 15:46:29 +01:00 |
|
Frederic Junod
|
1e98f1227b
|
Remove ol.xml.createElementNS workaround for IE
|
2016-03-03 15:46:29 +01:00 |
|
Frederic Junod
|
b87a912ecc
|
Remove ol.xml.getLocalName workaround for IE
This property is available for IE >= 9
|
2016-03-03 15:46:29 +01:00 |
|
Frédéric Junod
|
f6f22b155c
|
Merge pull request #4958 from fredj/stop_wheel_events
Stop wheel events instead of DOMMouseScroll events
|
2016-03-02 15:36:38 +01:00 |
|
Frederic Junod
|
2cb48d3d62
|
Stop wheel events instead of DOMMouseScroll events
|
2016-03-02 15:25:22 +01:00 |
|
Frédéric Junod
|
e8e5dc6332
|
Merge pull request #4942 from fredj/unused_example_data
Remove unused files in examples/data/
|
2016-03-01 12:43:58 +01:00 |
|
Frederic Junod
|
f271fdb993
|
Remove unused files in examples/data/
|
2016-03-01 12:26:06 +01:00 |
|
Frédéric Junod
|
fbbbcf5cdb
|
Merge pull request #4805 from fredj/cacheSize
Add new cacheSize option to ol.source
|
2016-03-01 10:46:00 +01:00 |
|
Frederic Junod
|
9819aa38f5
|
Remove ol.DEFAULT_TILE_CACHE_HIGH_WATER_MARK
|
2016-03-01 09:05:12 +01:00 |
|
Frederic Junod
|
58d8b290af
|
Add new cacheSize option to ol.source
Option added to:
- olx.source.BingMapsOptions
- olx.source.MapQuestOptions
- olx.source.OSMOptions
- olx.source.StamenOptions
- olx.source.TileArcGISRestOptions
- olx.source.TileImageOptions
- olx.source.TileJSONOptions
- olx.source.TileWMSOptions
- olx.source.VectorTileOptions
- olx.source.XYZOptions
- olx.source.WMTSOptions
- olx.source.ZoomifyOptions
|
2016-03-01 09:05:12 +01:00 |
|
Frédéric Junod
|
d5fb6dda49
|
Merge pull request #4938 from fredj/rm_goog.dom.getFirstElementChild
Get rid of goog.dom.getFirstElementChild
|
2016-02-29 17:13:10 +01:00 |
|
Frederic Junod
|
e9a5fadacc
|
Get rid of goog.dom.getFirstElementChild
Use [firstElementChild](https://developer.mozilla.org/en-US/docs/Web/API/ParentNode/firstElementChild) instead.
|
2016-02-29 16:59:29 +01:00 |
|
Frédéric Junod
|
8465875b24
|
Merge pull request #4937 from fredj/rm_goog.json
Get rid of goog.json
|
2016-02-29 16:56:32 +01:00 |
|
Frédéric Junod
|
41c12bcea9
|
Merge pull request #4936 from fredj/getfeatureinfo-layers
Remove jquery from getfeatureinfo-layers example
|
2016-02-29 16:37:46 +01:00 |
|
Frederic Junod
|
cf23d0541c
|
Get rid of goog.json
Use JSON.parse and JSON.stringify instead.
|
2016-02-29 16:19:32 +01:00 |
|
Frederic Junod
|
aaf03a8fc2
|
Remove jquery from getfeatureinfo-layers example
|
2016-02-29 15:32:28 +01:00 |
|
Frédéric Junod
|
5b38eaa116
|
Merge pull request #4930 from fredj/custom-builds.md
Use ADVANCED instead of ADVANCED_OPTIMIZATIONS
|
2016-02-29 10:40:19 +01:00 |
|
Frédéric Junod
|
3194d0ebd4
|
Merge pull request #4918 from fredj/canvas_clear
Don't change the canvas size to clear it
|
2016-02-29 10:40:00 +01:00 |
|
Frederic Junod
|
2a1bc70b97
|
Don't change the canvas size to clear it
|
2016-02-29 09:23:42 +01:00 |
|
Frederic Junod
|
2427d0e684
|
Use ADVANCED instead of ADVANCED_OPTIMIZATIONS
|
2016-02-29 08:39:54 +01:00 |
|
Frédéric Junod
|
941f220f3d
|
Merge pull request #4923 from xlhomme/patch-1
Update custom-builds.md
|
2016-02-29 08:37:58 +01:00 |
|
Frédéric Junod
|
50aad8f42d
|
Merge pull request #4929 from openlayers/greenkeeper-clean-css-3.4.10
Update clean-css to version 3.4.10 🚀
|
2016-02-29 08:26:01 +01:00 |
|
Frédéric Junod
|
78d6d5ab1b
|
Merge pull request #4903 from fredj/rm_goog.style.getRelativePosition
Remove use of goog.style.getRelativePosition
|
2016-02-25 14:29:34 +01:00 |
|
Frédéric Junod
|
fa180cfa13
|
Merge pull request #4902 from fredj/getBoundingClientRect
Remove use of goog.style.getClientPosition
|
2016-02-25 11:05:56 +01:00 |
|
Frédéric Junod
|
d190d27534
|
Merge pull request #4916 from fredj/writeFeatureObject_return
Fix ol.format.GeoJSON#writeFeatureObject return type
|
2016-02-25 10:22:28 +01:00 |
|
Frederic Junod
|
916127d8f6
|
Fix ol.format.GeoJSON#writeFeatureObject return type
|
2016-02-25 10:09:37 +01:00 |
|
Frédéric Junod
|
7583d8d434
|
Merge pull request #4909 from fredj/dom_vector_clear
Add ol.renderer.dom.VectorLayer#clearFrame
|
2016-02-25 10:08:14 +01:00 |
|
Frédéric Junod
|
b19aa01b72
|
Merge pull request #4915 from fredj/object
Use {} instead of Object
|
2016-02-25 09:51:12 +01:00 |
|
Frederic Junod
|
148ef7afef
|
Use {} instead of Object
We probably have these to trick the compiler but it's not needed anymore
|
2016-02-25 09:15:33 +01:00 |
|
Frédéric Junod
|
5ad42f3b25
|
Merge pull request #4914 from sebasbaumh/exportEquivalent
Export ol.proj.equivalent
|
2016-02-25 08:55:35 +01:00 |
|
Frederic Junod
|
edf2096b1b
|
Remove use of goog.style.getClientPosition
Use Element.getBoundingClientRect() instead.
|
2016-02-25 08:36:40 +01:00 |
|
Frederic Junod
|
81e563b2b3
|
Remove use of goog.style.getRelativePosition
Use Element.getBoundingClientRect() and Event.clientX/Event.clientY instead.
|
2016-02-24 17:28:46 +01:00 |
|
Frédéric Junod
|
68088341d6
|
Merge pull request #4908 from fredj/rm_goog.math.Rect
Remove use of goog.math.Rect
|
2016-02-24 17:15:44 +01:00 |
|
Frederic Junod
|
348f61951c
|
Add ol.renderer.dom.VectorLayer#clearFrame
|
2016-02-24 16:13:35 +01:00 |
|
Frederic Junod
|
48064306a1
|
Remove use of goog.math.Rect
|
2016-02-24 14:32:58 +01:00 |
|
Frederic Junod
|
373393dce7
|
Add missing 'private' jsdoc tag
|
2016-02-24 14:32:57 +01:00 |
|
Frédéric Junod
|
bd5c85acc3
|
Merge pull request #4900 from fredj/ol.format.XML_struct
Make ol.format.XML a @struct
|
2016-02-24 14:24:39 +01:00 |
|
Frédéric Junod
|
8a6afb3836
|
Merge pull request #4880 from openlayers/greenkeeper-closure-util-1.11.0
Update closure-util to version 1.11.0 🚀
|
2016-02-24 14:18:01 +01:00 |
|
Frédéric Junod
|
d8d7ae8e1b
|
Merge pull request #4905 from fredj/rm_goog.style.setPosition
Remove use of goog.style.setPosition
|
2016-02-24 14:17:36 +01:00 |
|
Frederic Junod
|
805b81cea7
|
Remove use of goog.style.setPosition
Use element.style.left and element.style.top instead
|
2016-02-24 12:23:10 +01:00 |
|
Frédéric Junod
|
514243a8e9
|
Merge pull request #4879 from openlayers/greenkeeper-metalsmith-layouts-1.6.4
Update metalsmith-layouts to version 1.6.4 🚀
|
2016-02-24 12:05:02 +01:00 |
|
Frédéric Junod
|
8395bea72d
|
Merge pull request #4899 from fredj/srsName
Use ol.format.GMLBase#srsName instead of undeclared srsName_
|
2016-02-24 09:43:49 +01:00 |
|
Frederic Junod
|
ac17a2f2a7
|
Make ol.format.XML a @struct
And replace the undeclared `this.version` by a local variable.
|
2016-02-24 09:25:41 +01:00 |
|
Frederic Junod
|
a365f185cc
|
Use ol.format.GMLBase#srsName instead of undeclared srsName_
The variable was changed from private to protected in 8182396
|
2016-02-24 09:20:22 +01:00 |
|
Frédéric Junod
|
9f21f1dac4
|
Merge pull request #4890 from fredj/kmlformat_cleanup
ol.format.KML cleanup
|
2016-02-24 08:47:29 +01:00 |
|
Frederic Junod
|
d0f71bf64f
|
Remove old fixme
|
2016-02-24 08:37:30 +01:00 |
|
Frederic Junod
|
950bb1810c
|
Remove unneeded type cast
|
2016-02-24 08:37:30 +01:00 |
|
Frederic Junod
|
81d0e9ea63
|
Use get(key) instead of getProperties()[key]
|
2016-02-24 08:37:30 +01:00 |
|
Frédéric Junod
|
ef63908539
|
Merge pull request #4885 from fredj/non-null_divs
Mark overlayContainer and overlayContainerStopEvent as non-nullable
|
2016-02-23 13:47:58 +01:00 |
|
Frédéric Junod
|
d642fe6783
|
Merge pull request #4884 from fredj/isFinite
Remove use of goog.math.isFiniteNumber()
|
2016-02-23 11:29:16 +01:00 |
|
Frederic Junod
|
268d6eda8f
|
Mark overlayContainer and overlayContainerStopEvent as non-nullable
And remove an unnecessary cast
|
2016-02-23 11:25:38 +01:00 |
|
Frederic Junod
|
84288cd8bb
|
Remove use of goog.math.isFiniteNumber()
This replaces `goog.math.isFiniteNumber()` with `isFinite()`.
|
2016-02-23 10:03:44 +01:00 |
|
Frédéric Junod
|
996e119b25
|
Merge pull request #4881 from openlayers/greenkeeper-jquery-2.2.1
Update jquery to version 2.2.1 🚀
|
2016-02-23 08:51:27 +01:00 |
|
Frédéric Junod
|
5b21d61688
|
Merge pull request #4780 from fredj/update_compiler
Adapt the code for the new closure-compiler version
|
2016-02-22 15:31:11 +01:00 |
|
Frederic Junod
|
1f04495dc3
|
Change layers type to Object in reprojection example
|
2016-02-22 10:05:05 +01:00 |
|
Frederic Junod
|
8373814243
|
Remove unused goog.log logger from ol.renderer.webgl.Map
|
2016-02-22 10:02:15 +01:00 |
|
Frederic Junod
|
d7c0aa4887
|
Add missing ol.render.Feature type annotation
Leftover from #4219
|
2016-02-22 10:02:15 +01:00 |
|
Frederic Junod
|
e6c2fa52f5
|
Remove unneeded type cast
|
2016-02-22 10:02:15 +01:00 |
|
Frederic Junod
|
17b667d6e0
|
Add missing type casts for goog.partial
|
2016-02-22 10:02:15 +01:00 |
|
Frédéric Junod
|
82f6fb9e6d
|
Merge pull request #4870 from fredj/gc
Reuse dragListenerKeys_ local variable
|
2016-02-19 15:54:29 +01:00 |
|
Frederic Junod
|
612280c676
|
Fix variable declaration in constructor
|
2016-02-18 16:38:09 +01:00 |
|
Frederic Junod
|
35579ab714
|
Reuse dragListenerKeys_ local variable
Reuse the array instead of recreating a new one.
|
2016-02-18 16:26:04 +01:00 |
|
Frédéric Junod
|
a9675576d3
|
Merge pull request #4863 from fredj/rm_goog.dom
Remove use of goog.dom.createElement
|
2016-02-18 11:07:23 +01:00 |
|
Frédéric Junod
|
38e43e018c
|
Merge pull request #4864 from fredj/rm_goog.dom.getElementsByClass
Use querySelectorAll instead of goog.dom.getElementsByClass
|
2016-02-18 11:06:55 +01:00 |
|
Frederic Junod
|
9cb86df61c
|
Use querySelectorAll instead of goog.dom.getElementsByClass
|
2016-02-18 10:03:38 +01:00 |
|
Frederic Junod
|
00fbb77c19
|
Remove use of goog.dom.createElement
|
2016-02-18 09:55:36 +01:00 |
|
Frédéric Junod
|
9baa296a49
|
Merge pull request #4845 from gberaudo/fix_geolocation_error_type
Fix geolocation error cast
|
2016-02-17 11:02:30 +01:00 |
|
Frédéric Junod
|
a5e463464a
|
Merge pull request #4843 from fredj/goog.dom.getParentElement
Remove use of goog.dom.getParentElement
|
2016-02-16 08:35:27 +01:00 |
|
Frédéric Junod
|
126e065d77
|
Merge pull request #4839 from fredj/collection_template
Add template type to ol.Collection
|
2016-02-16 08:34:23 +01:00 |
|
Frederic Junod
|
25f5776d8e
|
Remove use of goog.dom.getParentElement
|
2016-02-15 17:13:04 +01:00 |
|
Frédéric Junod
|
aa508acde4
|
Merge pull request #4842 from fredj/rm_goog.dom.createDom
Remove use of goog.dom.createDom
|
2016-02-15 16:55:10 +01:00 |
|
Frederic Junod
|
296ec9799f
|
Remove use of goog.dom.createDom
|
2016-02-15 16:40:07 +01:00 |
|
Frédéric Junod
|
34392b464c
|
Merge pull request #4808 from fredj/type_cleanup
Type cleanup
|
2016-02-15 12:01:40 +01:00 |
|
Frédéric Junod
|
7431990f70
|
Merge pull request #4737 from fredj/dnd_projection
Use olx.format.ReadOptions in ol.interaction.DragAndDrop
|
2016-02-15 09:37:14 +01:00 |
|
Frederic Junod
|
e7c57ada95
|
Use olx.format.ReadOptions in ol.interaction.DragAndDrop
Don't reproject the geometries in ol.interaction.DragAndDrop; use
the `featureProjection` option in `format.readFeatures`
|
2016-02-15 09:26:00 +01:00 |
|
Frederic Junod
|
7003920163
|
Fix olx.source.XYZOptions#tileGrid type
The typedef is already correct
|
2016-02-15 09:25:01 +01:00 |
|
Frederic Junod
|
332d6e9d5c
|
Add missing olx.source.XYZOptions#opaque property
|
2016-02-15 09:25:01 +01:00 |
|
Frederic Junod
|
95fd0e177f
|
Fix olx.render.ToContextOptions#pixelRatio type
The typedef is already correct
|
2016-02-15 09:25:01 +01:00 |
|
Frederic Junod
|
cf083e4f42
|
Remove return value from olx.interaction.PointerOptions functions
handleDragEvent and handleMoveEvent functions do not return a boolean value.
The typedef is already correct.
|
2016-02-15 09:25:01 +01:00 |
|
Frederic Junod
|
2f3c25cb95
|
Fix olx.control.RotateOptions#label type
Use the same as the typedef, leftover from a096ec5
|
2016-02-15 09:25:01 +01:00 |
|