Tim Schaub 2ad27044a6 Correctly generate child tile ranges for XYZ
Instead of incrementing and then doubling, calculate the child tile range by doubling and then incrementing.

With this change, tile coord [0, 0, 0] has the four following children:

    [1, 0, 0]    [1, 1, 0]

    [1, 0, 1]    [1, 1, 1]

Without this change, tile coord [0, 0, 0] had the nine following children:

    [1, 0, 0]    [1, 1, 0]    [1, 2, 0]

    [1, 0, 1]    [1, 1, 1]    [1, 2, 1]

    [1, 0, 2]    [1, 1, 2]    [1, 2, 2]
2014-09-28 12:23:12 -06:00
2014-09-24 14:30:21 -07:00
2014-08-28 16:15:41 -06:00
2014-09-22 15:22:31 +02:00
2014-09-22 15:22:31 +02:00
2014-08-29 17:27:52 +02:00
2014-03-23 19:59:49 +01:00
2013-11-20 11:39:20 +01:00
2013-02-12 15:47:55 +01:00
2014-05-31 11:35:37 +01:00
2014-02-25 22:02:35 +01:00
2014-08-28 16:15:41 -06:00
2014-03-11 21:41:36 +01:00

OpenLayers 3

Travis CI Status

Welcome to OpenLayers 3!

Check out the hosted examples, the workshop 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%