NEWS.md
mod_mapview
server module now drops all list columns in its data_sf
argument. This change is required to remove inferred_label
(see asiripanich#69) from the map data which is a spatial feature object.datatable_options
in one place.run_app()
now checks if getOption("emdash.config_file")
returns anything, otherwise it uses the default config file, inst/config-default.yml
, for the config_file
argument.remove_from_participants_col
and remove_from_participants_file
file in the emdash configuration file.run_app()
.summarise_trips_without_trips()
, the function was using the min and max dates for all trips, rather than the min and max for each user. (#54)map_trajectory_colors_variable
field. By default this field is set to ‘user_id’. To color label by travel mode change to mode_confirm
.user_email
on the trip table. See trips_table_merge_user_email
in the config file. (#57)col_labels_for_participts
get renamed to cols_to_remove_from_participts_table
.max_windows_for_mod_load_trips
option in your config file.save_config_file()
for saving the default app config file.generate_trajectories()
is used to generate them. Warning: this is curently performed at loading - future versions could wait to do this until “show trajectories” is selected on the map view and after desired trip filters are appliedrciti
branches please checkout the d41daeca03e42d053ecadf5fe4b84a861ce36aeb commit on master.run_app()
gains an anon_locations
argument which allows the user ids of sensed trips to be anonymously displayed on the map.