Frederic Junod
|
80e984a9c3
|
Use Array.isArray instead of goog.isArray
|
2016-04-04 09:06:29 +02:00 |
|
Peter Robins
|
a18bf636f8
|
Add decimals option to format write
|
2016-03-24 17:14:02 +00:00 |
|
Tim Schaub
|
13a981c94b
|
Fewer blank lines
|
2016-01-11 22:03:23 -08:00 |
|
Andreas Hocevar
|
5d264d2bf0
|
Remove right-handed polygon handling in renderer
Since ol.render.Feature assumes right-handed polygons anyway, this
extra optimization is not needed.
|
2015-10-28 10:29:04 +01:00 |
|
Andreas Hocevar
|
0e8e104a2d
|
Handle righthanded polygons in format, not source
|
2015-10-28 10:29:02 +01:00 |
|
Andreas Hocevar
|
598111b78e
|
Introduce ol.format.MVT
|
2015-10-28 10:29:00 +01:00 |
|
Marc Jansen
|
eb5088eb40
|
Remove goog.isNull in format classes
|
2015-10-01 09:17:14 +02:00 |
|
Tim Schaub
|
b48cabee28
|
Remove unnecessary goog.isDefAndNotNull() calls
|
2015-09-29 09:32:51 -06:00 |
|
Tim Schaub
|
d7ca176362
|
Remove goog.isDef from more formats
|
2015-09-25 11:28:55 -06:00 |
|
Tim Schaub
|
6a564597fb
|
Update types accepted when reading features
|
2015-04-18 17:07:34 -06:00 |
|
Tim Schaub
|
be0c9f3c8a
|
Allow orienting coordinates when serializing GeoJSON
|
2015-03-25 18:32:31 -06:00 |
|
Frederic Junod
|
b53a5e28d5
|
Remove unnecessary newlines
|
2015-01-20 16:48:52 +01:00 |
|
Tim Schaub
|
06dc0902c6
|
Avoid use of goog.array.clone with arrays
|
2015-01-15 12:43:12 -07:00 |
|
Bart van den Eijnden
|
3587418888
|
The writeFeatures method should always return a string
|
2014-12-05 14:54:59 +01:00 |
|
Éric Lemoine
|
f8b9896dd3
|
Add @api stable annotations to Feature format
|
2014-08-28 17:10:25 +02:00 |
|
tsauerwein
|
939e167c0b
|
Rename "adaptOptionsWithDefaultDataProjection"
|
2014-08-21 11:39:01 +02:00 |
|
tsauerwein
|
b30ed6b934
|
Put options on objectStack for xml formats
|
2014-08-19 09:42:44 +02:00 |
|
tsauerwein
|
e7864be2be
|
Fix ol.format.transformWithOptions
|
2014-08-18 15:48:29 +02:00 |
|
tsauerwein
|
539e4a23b9
|
Introduce defaultDataProjection for formats
|
2014-08-18 15:31:06 +02:00 |
|
tsauerwein
|
294afe16fe
|
Fix compiler type errors
|
2014-08-11 14:04:31 +02:00 |
|
tsauerwein
|
48ed2e861e
|
Implement read/write transforms for ol.format.Polyline
|
2014-08-11 11:59:27 +02:00 |
|
tsauerwein
|
31dbbc6a8c
|
Implement read/write transforms for ol.format.GPX
|
2014-08-08 15:50:55 +02:00 |
|
Andreas Hocevar
|
c4fdbacc12
|
Make options complete in ol.format.Feature already
|
2014-07-31 17:55:43 +02:00 |
|
Andreas Hocevar
|
ee5f85df9f
|
Add transformGeometry function to avoid repeated code
|
2014-07-31 17:54:41 +02:00 |
|
Andreas Hocevar
|
b0d95b326a
|
Introduce WriteOptions for feature formats
|
2014-07-31 17:51:25 +02:00 |
|
Andreas Hocevar
|
0ea55b7f27
|
Use a ReadFeatures object instead of sourceProjection/targetProjection
|
2014-07-31 17:51:25 +02:00 |
|
Éric Lemoine
|
534a178a49
|
Add target/sourceProjection to ol.format.Feature#read*
|
2014-07-31 17:51:24 +02:00 |
|
Peter Robins
|
75be215497
|
Add standard docs text to abstract base classes
|
2014-06-14 07:20:33 -04:00 |
|
Peter Robins
|
41d9f0360a
|
Add @classdesc to classes
|
2014-06-09 12:10:19 -04:00 |
|
Paul Spencer
|
7fd50c058b
|
Add documentation for ol.format.Feature public API methods intended to be inherited by subclasses.
|
2014-03-11 20:53:20 -04:00 |
|
Tom Payne
|
ea8944c755
|
Rename ol.format.Format to ol.format.Feature
|
2014-02-28 13:05:57 +01:00 |
|