Skip to content

Commit

Permalink
switch to renderer manager
Browse files Browse the repository at this point in the history
  • Loading branch information
nanaeaubry committed Aug 14, 2024
1 parent 05265e1 commit 497e802
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,8 @@
"metadata": {},
"outputs": [],
"source": [
"smart_mapping_manager = map1.content.smart_mapping(0)\n",
"renderer_manager = map1.content.renderer(0)\n",
"smart_mapping_manager = renderer_manager.smart_mapping()\n",
"smart_mapping_manager.class_breaks_renderer(break_type=\"color\", field=\"M086_07\")"
]
},
Expand Down

0 comments on commit 497e802

Please sign in to comment.