Skip to content

Add update_map with additional arguments - #31

Merged
binaryseed merged 2 commits into
mainfrom
add-update_map-basemap
Jan 20, 2026
Merged

Add update_map with additional arguments#31
binaryseed merged 2 commits into
mainfrom
add-update_map-basemap

Conversation

@binaryseed

@binaryseedbinaryseed commented Jan 16, 2026

Copy link
Copy Markdown
Collaborator

Adds the basemap, table_settings, viewer_permissions arguments to the update_map function. They are supported by the API but were missing

@binaryseedbinaryseed changed the title Add update_map basemap argumentAdd update_map with additional argumentsJan 16, 2026
@binaryseed
binaryseedforce-pushed the add-update_map-basemap branch from 908e60b to 20e7007CompareJanuary 16, 2026 21:30
@binaryseed
binaryseedforce-pushed the add-update_map-basemap branch from 20e7007 to a31880dCompareJanuary 16, 2026 21:34
Comment threadfelt_python/maps.py
The updated map
"""
json_args = {}
json_args: dict = {}

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this type hint necessary? Seems redundant, I'd be surprised if a type checker complained about this one

@binaryseedbinaryseedJan 20, 2026

Copy link
Copy Markdown
CollaboratorAuthor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

% mypy .
felt_python/maps.py:160: error: Incompatible types in assignment (expression has type "dict[Any, Any]", target has type "str") [assignment]
felt_python/maps.py:162: error: Incompatible types in assignment (expression has type "dict[Any, Any]", target has type "str") [assignment]
Found 2 errors in 1 file (checked 22 source files)

@binaryseed
binaryseedforce-pushed the add-update_map-basemap branch from 218a3e7 to a31880dCompareJanuary 20, 2026 20:58
@binaryseed
binaryseed merged commit 3924874 into mainJan 20, 2026
2 of 4 checks passed
@binaryseed
binaryseed deleted the add-update_map-basemap branch January 20, 2026 20:59
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@binaryseed@arredond