Skip to content

Releases: tangrams/bubble-wrap

v5.1.0

15 Nov 18:44
Compare
Choose a tag to compare
  • Add road shields (generic and custom for USA interstate, federal routes, and state routes in CA, NY, and PA).

v5.0.2

19 Oct 00:58
Compare
Choose a tag to compare
  • Roses are red, ferries should be blue, sugar is sweet, and so are you!
  • Restore some missing localities from zooms 9 and 10 (no population OSM places)

v5.0.1

14 Oct 06:05
Compare
Choose a tag to compare
  • Update transition syntax for more comparable YAML parsing

v5.0.0

13 Oct 21:31
Compare
Choose a tag to compare
  • Updates to v1.0.0 vector tiles
  • Many other things, details tk

v4.1.1

16 Aug 22:40
Compare
Choose a tag to compare
  • Fix zoom & area filters for parks and schools

v4.1.0

09 Aug 06:54
Compare
Choose a tag to compare
  • Adds dashed route line (for walking segments of transit turn by turn directions).

v4.0.0

09 Aug 06:27
Compare
Choose a tag to compare
  • Move YAML anchors into new Tangram global namespace, enabling easy access to color swatches and visibility properties.
  • Add new globals to facilitate data visualizations by providing recommended sort orders for overlays and underlays. Try sdk_order_over_everything_but_text_0 and sdk_order_under_roads_0.
  • Upgrade icons (points) + text styles for city labels and POI labels to use anchorless placement, allowing for Tangram v0.9 automatic multiple anchor placements (no more bottom aligned only text!).
  • Upgrade text labels to prefer localized name:* text sources via new global.ux_language property (before default name).
  • Additionally, if the preferred localized name:* text source is not available, optionally fallback to 2nd language global.ux_language_fallback before default name.
  • Add GUI to map preview for localized labels.
  • Add GUI to map preview to save screenshot of current map view.
  • Upgrade to Tangram v0.9 (required)

v3.0.0

07 Jul 17:08
Compare
Choose a tag to compare

This release focuses on adding transit routing support and some minor refactors (that are backwards incompatible for UX/UI elements).

  • Rename mz_route_destination data source and layer (was mz_route_stop) to disambiguate against new mz_route_transit_stop
  • Rename some sprites & style names to emphases their use UX and UI (doesn't affect basic map icons)
  • Add mz_route_line_transit with data driven line color for UX
  • Add mz_route_transit_stop with reused icon
  • Add two new debug data sources to prove the transit stuff works
  • strip out trailing whitespace (thanks Git)

preview

v2.0.1

08 Jun 15:46
Compare
Choose a tag to compare
  • Remove blue debug maritime country boundary lines
  • Fix bug with tinting on building walls (by not relying on vertex shader blocks)
  • Add portage_way paths and macroregion boundary lines
  • Add taqueria icon

v2.0.0

18 Apr 21:10
Compare
Choose a tag to compare
  • Release date: 2016-04-18
  • Rename (standardize and namespace) UX styles for search results, route line, & etc – This is a significant breaking change.
  • Add default point, line, and polygon overlays for Mapzen SDK.
  • Update dashed line style (requires Tangram v0.7)
  • Load Open Sans as web font, use FontFaceObserver to block on font load
  • Upgrade to Tangram JS v0.7.x