Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Nov 20, 2024
1 parent d5375d6 commit ee494b5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/maplibre/add_icon.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,11 @@
"m.add_layer_control()\n",
"image = \"https://i.imgur.com/ZMMvXuT.png\"\n",
"m.add_symbol(\n",
" source=\"Hiking Trail\", image=image, icon_size=0.1, symbol_placement=\"line\", minzoom=10\n",
" source=\"Hiking Trail\",\n",
" image=image,\n",
" icon_size=0.1,\n",
" symbol_placement=\"line\",\n",
" minzoom=10,\n",
")\n",
"m"
]
Expand Down

0 comments on commit ee494b5

Please sign in to comment.