Skip to content

Commit

Permalink
Merge branch 'refactor/update-props'
Browse files Browse the repository at this point in the history
  • Loading branch information
crazycapivara committed Jul 9, 2020
2 parents 013bc95 + 013822f commit ff704db
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 18 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: mapboxer
Title: An R Interface to 'Mapbox GL JS'
Version: 0.3.1.9000
Date: 2020-07-01
Version: 0.3.2
Date: 2020-07-09
Authors@R: person("Stefan", "Kuethe", email = "crazycapivara@gmail.com", role = c("aut", "cre"))
Maintainer: Stefan Kuethe <crazycapivara@gmail.com>
Description: Makes 'Mapbox GL JS' <https://docs.mapbox.com/mapbox-gl-js/api/>,
Expand Down
38 changes: 22 additions & 16 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,35 +1,41 @@
# 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`.
* 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`
* 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
- `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`
* 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`
- `use_raster_style()`
- `use_stamen_raster_style()`
- `get_osm_raster_tiles()`

# mapboxer 0.1.0

Expand Down

0 comments on commit ff704db

Please sign in to comment.