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-26 17:56:22 +01:00
2014-02-27 09:23:23 +01:00
2014-02-24 15:25:54 +01:00
2014-02-19 18:04:08 +01:00
2014-02-03 14:59:06 -07:00
2013-11-06 19:11:21 +01:00
2013-11-20 11:39:20 +01:00
2013-02-12 15:47:55 +01:00
2013-03-22 10:59:09 +01:00
2014-02-03 14:59:06 -07:00
2014-02-25 22:02:35 +01:00

OpenLayers 3

Travis CI Status

Welcome to OpenLayers 3!

Check out the hosted examples or poke around the evolving API docs.

Please don't ask questions in the github issue tracker but use the mailing list instead.

Please see our guide on contributing if you're interested in getting involved.

Description
Languages
JavaScript 99%
CSS 0.6%
Handlebars 0.3%
Shell 0.1%