• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

mapbox / mapbox-gl-native / 16684
77%

Build:
DEFAULT BRANCH: master
Ran 14 Oct 2016 10:11PM UTC
Jobs 1
Files 389
Run time 21s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
16684

push

travis-ci

boundsj
[ios, macos] Teach features and shapes about GeoJSON and mbgl types

MGLShape subclasses can now return NSDictionaries that represent the shapes' GeoJSON geometries. MGLFeature classes can now return NSDictionaries that represent the features as GeoJSON features. This makes it trivial to serialize iOS and macOS shapes and features into GeoJSON.

MGLFeature instances can also return a representation of themselves as an mbgl::Feature. This capability is used in a refactoring of the implementations of MGLGeoJSONSource to more efficiently transform MGLFeatures into mbgl::Features so they can be fed directly into mbgl::GeoJSONSource without having to round trip through NSJSONSerialization. The MGLFeature identifier is converted into the mbgl::identifier type based on the type of the identifier. The MGLFeature attributes are recursively converted into an mbgl::PropertyMap and each value is converted into one of the types that the PropertyMap's Value variant supports.

10040 of 13174 relevant lines covered (76.21%)

15438.21 hits per line

Jobs
ID Job ID Ran Files Coverage
2 16684.2 (BUILDTYPE=Debug _CXX=g++-5 _CC=gcc-5 WITH_COVERAGE=1) 14 Oct 2016 10:11PM UTC 0
76.21
Travis Job 16684.2
Source Files on build 16684
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #16684
  • 0a8858f2 on github
  • Prev Build on master (#16654)
  • Next Build on master (#16690)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc