Files
openlayers/test/spec/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-24 14:53:00 -07:00
2014-02-06 12:59:39 +01:00
2013-12-09 16:37:18 +01:00
2013-05-06 15:35:40 +02:00
2014-02-19 10:20:57 -07:00
2013-03-22 17:25:31 +01:00
2013-07-09 09:30:45 +02:00