Files
openlayers/src/ol
Tim Schaub 8317317127 Always add first segment when appending coordinates
When we have only a single point, we want to make sure it gets added (fixes #1821).

Because this code doesn't differentiate coordinates that are part of a linestring or linearring from those that are independent points, we always add the first segment (or pair of points).  In addition, coordinates for segments are appended whenever they represent a change in relationship with respect to the extent.  This keeps the code simpler for handling fills and properly capturing intersection points for linestrings.  This could be modified to save a few extra coordinates, but it provides for simpler code at a very minimal cost.
2014-03-07 11:02:25 -07:00
..
2014-02-20 11:26:02 +01:00
2014-02-19 11:37:05 +01:00
2013-06-17 12:23:29 +02:00
2014-03-07 13:35:18 +01:00
2013-12-05 16:57:33 +01:00
2014-03-05 10:33:07 +01:00
2014-03-07 13:35:18 +01:00
2013-12-08 21:35:27 +01:00
2014-02-17 17:44:28 +01:00
2013-04-08 13:25:01 +02:00
2013-11-06 08:58:06 +01:00
2013-05-09 22:45:11 +02:00
2013-03-09 02:19:35 +01:00
2013-11-27 10:05:06 +01:00
2014-02-13 10:37:10 -07:00
2014-02-20 08:57:11 -07:00
2014-01-09 15:57:04 +01:00
2014-01-09 15:57:04 +01:00
2014-01-09 15:57:04 +01:00
2013-09-18 15:37:45 +01:00
2013-09-13 11:23:05 -04:00
2013-04-06 14:28:12 +02:00
2013-04-08 13:25:01 +02:00
2013-09-18 15:33:54 +01:00
2013-09-18 15:37:45 +01:00
2013-04-08 13:25:01 +02:00
2014-02-25 16:28:10 +01:00