raiyni
4449da3e63
named exports from ol/xml
2018-02-07 14:42:01 -06:00
Tim Schaub
ad62739a6e
Use blocked scoped variables
...
In addition to using const and let, this also upgrades our linter config and removes lint (mostly whitespace).
2018-01-12 00:50:30 -07:00
Marc Jansen
02002082bf
Named exports from ol/array module
2017-12-19 17:22:58 +01:00
Tim Schaub
7f47883c48
Transformed
2017-12-12 06:53:18 -07:00
Marc Jansen
7d6929c710
Manual adjustment of indentation
2017-06-20 10:41:03 +02:00
Marc Jansen
d0ef05977b
Autofix indentation issues (eslint --fix)
2017-06-19 11:58:00 +02:00
Frederic Junod
5763e1d145
Remove unused goog.require
2017-02-03 12:40:53 +01:00
Tim Schaub
137cdc04c8
Remove ol.DEBUG
2017-01-01 20:37:52 -07:00
Andreas Hocevar
d1e4b33760
Rename goog.DEBUG to ol.DEBUG
2016-08-31 21:10:01 +02:00
Andreas Hocevar
e0015b3d4e
Use goog.DEBUG instead of ol.DEBUG for now
2016-08-04 11:29:54 +02:00
Andreas Hocevar
6f5ed17fc5
Remove goog.asserts.*
...
This pull requests replaces type check hint assertions with type casts,
library sanity check assertions with conditional console.assert statements
in debug mode, and runtime sanity checks with assertions that throw an
ol.AssertionError with an error code for lookup outside the library.
2016-08-04 11:29:54 +02:00
Peter Robins
1775a5aeea
Remove outdated comments re goog.dom
2016-07-01 08:56:24 +00:00
nicholas
6b465902cd
Remove goog.dom
2016-06-23 22:06:35 +12:00
Peter Robins
2117f2e3b1
Convert all typedefs to CamelCase
2016-05-18 19:44:45 +00:00
Peter Robins
176ddd3403
Rename non-api sub-namespace typedefs
2016-05-13 10:24:57 +00:00
Peter Robins
4f0b4dacbd
Move sub-namespace typedefs to typedefs.js
...
Here too there is one problem case.
2016-05-11 19:45:59 +00:00
Frederic Junod
6002d4c3e8
Remove duplicate type in type annotation
2016-04-27 12:24:01 +02:00
Frederic Junod
80e984a9c3
Use Array.isArray instead of goog.isArray
2016-04-04 09:06:29 +02:00
Frederic Junod
e9cf0bbf6e
Remove unused ol.xml.getAttributeNodeNS function
2016-03-23 14:45:06 +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
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
Tim Schaub
417dbf36c8
Remove use of goog.object.setIfUndefined()
2016-02-04 06:54:44 -07:00
Nicholas L
d1b6a17773
Remove goog.array.extend
2016-02-03 11:41:38 +13:00
Tim Schaub
3cf8618fc7
Prefer single line assignment to 80 character limit
2016-01-11 18:56:08 -08:00
Marc Jansen
d5c5d651cb
Remove goog.isNull in xml class
2015-10-01 09:18:53 +02:00
Tim Schaub
ab87eb8af0
Remove remaining goog.isDefAndNotNull() calls
2015-09-29 09:51:41 -06:00
Tim Schaub
83c59ee255
Inline goog.isDef() calls for properties
2015-09-27 10:40:20 -06:00
Tim Schaub
e3951fa3c6
Inline simple goog.isDef() calls
2015-09-27 10:34:44 -06:00
Tim Schaub
6638ae855d
Inline simple !goog.isDef() checks
2015-09-27 10:23:30 -06:00
Tim Schaub
7659e47e07
Inline simple goog.isDef() checks
2015-09-27 10:18:44 -06:00
Frederic Junod
af553366d4
Remove ol.xml.makeParsersNS and use ol.xml.makeStructureNS instead
2015-08-31 14:06:49 +02:00
Tim Schaub
c31ae25892
Replace non-breaking space (U+00A0) with regular space (U+0020)
2015-04-22 10:41:10 -06:00
Guillaume Beraudo
aa63f1ad6a
Add some documentation to ol.xml.
2015-03-31 19:25:44 +02:00
Guillaume Beraudo
ea8ee16f49
Fix return type of ol.xml.pushParseAndPop
2015-03-31 15:28:20 +02:00
Marc Jansen
fb9ba22c30
Add message to assertions.
2015-03-30 22:53:03 +02:00
Tim Schaub
f9a92c422c
Use bracket notation instead of goog.object.set
2015-01-07 21:08:24 -07:00
Antoine Abt
ef435d9deb
Improve doc for xml functions
2014-10-27 16:00:42 +01:00
Antoine Abt
88d1258e83
Rename ol.xml.load to ol.xml.parse
2014-10-27 16:00:42 +01:00
Antoine Abt
757b6a214c
Rename ol.xml.parse to ol.xml.parseNode
2014-10-27 16:00:42 +01:00
Antoine Abt
ba2d39e683
Export useful xml functions
2014-10-27 15:45:06 +01:00
Florent gravin
b8e5ffaf31
Use current scope on remote methods call if arg opt_this is undefined
2014-10-03 09:42:09 +02:00
Frederic Junod
d7d2b3353d
Add ol.xml.makeObjectPropertyPusher
2014-03-10 17:06:48 +01:00
Bart van den Eijnden
6256bf1989
Add feature id (fid) parsing
2014-02-25 16:28:10 +01:00
ahocevar
3a560c9843
Put jsdoc comment into effect
2014-02-24 14:14:13 +01:00