Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 1.07 KB

NEWS.md

File metadata and controls

42 lines (29 loc) · 1.07 KB

mapboxer 0.3.2

  • Added Getting started vignette.
  • Renamed send_update() to send_mapboxer_update().
  • Added support for data frames and sf-objects in set_data().

mapboxer 0.3.1

  • Added support for mapbox_source objects as data parameter in set_data().

mapboxer 0.3.0

  • Added mapboxer_proxy() to update map in Shiny apps:
    • set_filter()
    • set_paint_property()
    • set_layout_property()
    • set_data()

mapboxer 0.2.0

  • Added custom controls:
    • add_text_control(): Add text boxes to the map
    • add_mouse_position_control() Show coordinates on mouseover
    • add_filter_control(): Filter layer data on the fly

mapboxer 0.1.2

  • Added layer shortcuts beside the generic add_layer() func:
    • add_fill_layer()
    • add_circle_layer()
    • add_line_Layer()

mapboxer 0.1.1

  • Added funcs to use raster tiles or a single background color as map style:
    • use_raster_style()
    • use_stamen_raster_style()
    • get_osm_raster_tiles()

mapboxer 0.1.0

  • Added a NEWS.md file to track changes to the package.