Marc Jansen
96741e1f0b
Simplify detection of scientific notation
...
This change allows us to remove some avoidable function calls (specifically
to goog.isDef(c) and c.toLowerCase()). Additionally, the new check is simpler
to read.
2015-05-29 09:33:29 +02:00
Marc Jansen
2b76bc05a5
Add support for scientific notation to WKT format
2015-05-18 11:27:39 +02:00
Marc Jansen
52ad0bc62f
Add basic docs for wktformat
2015-04-23 13:31:50 +02:00
Tim Schaub
6a564597fb
Update types accepted when reading features
2015-04-18 17:07:34 -06:00
Bart van den Eijnden
47ce127a10
Add assert messages for all assertions up until ol.renderer.vector.
2015-03-30 22:55:23 +02:00
Frederic Junod
077a827197
Move readProjectionFrom* functions to the base classes
2015-01-21 09:15:04 +01:00
paulsimon
89248cf60a
Fix jsdoc comment
2014-11-10 20:49:20 +01:00
Tim Schaub
aad9e4e8d3
Throw instead of calling a function that throws
2014-10-27 08:44:31 -06:00
Éric Lemoine
c8c59c3657
Add @api stable annotations for WKT format
2014-08-28 17:10:24 +02:00
Erik Timmers
eef87fdaac
Fix potentially exceeding call stack limit
...
Fixes #2590 . Improves parsing time.
2014-08-26 08:28:18 +02:00
tsauerwein
b30ed6b934
Put options on objectStack for xml formats
2014-08-19 09:42:44 +02:00
tsauerwein
9bc70f3459
Implement read/write transforms for ol.format.WKT
2014-08-11 10:17:31 +02:00
Erik Timmers
76c883ea89
Fix WKT writers output type
2014-07-26 11:47:35 +02:00
Erik Timmers
71b2bf73de
Fix apidoc for WKT format
2014-07-18 22:01:17 +02:00
Erik Timmers
4abc887f5d
Encode empty geometries as WKT strings
2014-07-15 13:20:58 +02:00
Erik Timmers
fe8a72dce5
Allow for empty Point & GeometryCollection
2014-07-15 13:20:58 +02:00
Erik Timmers
4c03b3b35c
Parse WKT strings using a lexer/parser
2014-07-13 23:09:38 +02:00
Erik Timmers
621aafbdde
Encode WKT strings statically
2014-07-13 22:36:12 +02:00
Tim Schaub
fd659d63e9
Remove @todo stability annotation (this has no effect)
2014-07-05 16:16:34 -04:00
Tim Schaub
4cf5ab4620
Use @api annotation instead of @todo api
2014-07-05 15:41:14 -04:00
Erik Timmers
1e61485e11
Extend WKT parser from ol.format.TextFeature
2014-06-27 23:35:36 +02:00