Changelog
Source:NEWS.md
feltr 0.1.0
- Updates to
v2
of the API, now documented at https://developers.felt.com/api-reference/maps.- Adds a function
felt_update_map_details()
to update the title, description, or privacy of a map. - Adds a function to refresh layers via
felt_refresh_layer()
. - Adds a function to download a layer with
felt_get_map_layer()
. - Adds support for interacting with layer groups, with
felt_get_map_layer_groups()
andfelt_update_layer_group_details()
. - Adds functions to work with elements, including
felt_get_map_elements()
,felt_add_map_element()
,felt_delete_map_element()
,felt_get_map_elements_in_group()
, andfelt_get_map_element_groups()
. - Adds functions for library-level data with
felt_get_library()
,felt_add_library_layer()
, andfelt_add_library_layer_group()
. - Removes the
felt_finish_upload()
function, as it is no longer needed. - Removes the
felt_get_style()
function, as it was removed from the API. Instead, usefelt_get_map_layers()
which now includes style information for the layer.
- Adds a function
- Adds a
clean
argument to all functions to control whether atibble::tibble
orlist
should be returned. This allows for more flexibility for advanced users, especially when working with custom Felt style language inputs. - Adds improvements to working with keys by adding aliases
felt_set_key()
,felt_get_key()
, andfelt_has_key()
. -
get_felt_key()
now returns the key invisibly to avoid printing to the console.
feltr 0.0.4
CRAN release: 2023-11-05
- Removes
felt_get_map_geojson()
andfelt_get_map_sf()
, as Felt removed these capabilities. These will be restored in a future version, once the capabilities are available again.
feltr 0.0.3
- Adds support for the comment export API with
felt_get_comments()
. - Improves consistency in return values for
felt_add_map_layers_url()
.
feltr 0.0.2
CRAN release: 2023-07-06
- Adds path arguments to
felt_set_key()
andfelt_get_map_sf()
to ensure compliance with CRAN policies in writing files.