Skip to content

v0.2.0

Compare
Choose a tag to compare
@bcamper bcamper released this 24 Jul 20:21
· 2622 commits to master since this release
  • Support non-tiled GeoJSON or TopoJSON objects (automatically tiled tiled client-side w/geojson-vt module). Simplify GeoJSONTiles and TopoJSONTiles source types into unified GeoJSON and TopoJSON types; library will detect tiled vs. non-tiled sources via URL pattern.
  • Add 'inlay' blend mode.
  • Add ability for render styles to enable GL extensions.
  • Scene layers can specify multiple data source layers to be combined.
  • Add 'priority' property for text/label style.
  • Reduce tile memory usage by ~45% by packing vertex buffer types (floats become shorts or bytes, etc.).
  • Allow scenes to be loaded from blob URLs (such as for Tangram Play: https://github.com/tangrams/tangram-play/).
  • Recover gracefully from scene load failures, revert to last valid scene config (also for Tangram Play).
  • Fix bug where multiple render loops could spawn in parallel.
  • Fix various IE11 bugs.