Skip to content

Commit

Permalink
Update notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
giswqs committed Nov 28, 2024
1 parent b813142 commit a3e9989
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/maplibre/choropleth.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@
"outputs": [],
"source": [
"m = leafmap.Map(style=\"liberty\")\n",
"first_symbol_id = m.find_first_symbol_layer()[\"id\"]\n",
"m.add_data(\n",
" data,\n",
" column=\"POP_EST\",\n",
Expand Down Expand Up @@ -106,7 +107,6 @@
"outputs": [],
"source": [
"m = leafmap.Map(style=\"liberty\")\n",
"first_symbol_id = m.find_first_symbol_layer()[\"id\"]\n",
"m.add_data(\n",
" data,\n",
" column=\"POP_EST\",\n",
Expand Down

0 comments on commit a3e9989

Please sign in to comment.