1. 02 Apr, 2016 1 commit
  2. 28 Mar, 2016 6 commits
  3. 27 Mar, 2016 16 commits
  4. 26 Mar, 2016 6 commits
  5. 25 Mar, 2016 5 commits
  6. 20 Mar, 2016 2 commits
  7. 18 Mar, 2016 1 commit
  8. 17 Mar, 2016 3 commits
    • Serge S. Koval's avatar
      Merge pull request #1227 from illume/coveralls-coverage · 0dcbb130
      Serge S. Koval authored
      Test python 3.5 on travisci, and use coveralls and pylint.
      0dcbb130
    • Serge S. Koval's avatar
      Merge pull request #1232 from jmagnusson/py35 · 56fbc9ce
      Serge S. Koval authored
      Support Python 3.5
      56fbc9ce
    • Jacob Magnusson's avatar
      Allow flipping mapbox coordinates to/from db · 86d2542b
      Jacob Magnusson authored
      The current Leaflet implementation expects coordinates in latitude-longitude order but GeoJSON and PostGIS works the other way around with lng first. These changes work around this behavior by passing the data to and from db through PostGIS’s `ST_FlipCoordinates` function if the setting `MAPBOX_FIX_POINT_COORDINATES` is something truthy. This is to not break the current behavior. Right now a warning is emitted when this setting hasn’t been enabled but I would recommend to remove this setting and make its behavior the default in the next major version.
      86d2542b