Skip to content

Commit

Permalink
map update for how much green sample
Browse files Browse the repository at this point in the history
  • Loading branch information
cariashuang0417 committed Oct 28, 2024
1 parent 4a7cf48 commit 5139701
Showing 1 changed file with 6 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -583,9 +583,10 @@
"metadata": {},
"outputs": [],
"source": [
"m = gis.map('New Delhi, India', 10)\n",
"m.add_layer(masked)\n",
"m.legend = True\n",
"m = gis.map('New Delhi, India')\n",
"m.content.add(masked)\n",
"m.zoom = 10\n",
"m.legend.enabled = True\n",
"m"
]
},
Expand Down Expand Up @@ -755,9 +756,9 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.16"
"version": "3.11.0"
}
},
"nbformat": 4,
"nbformat_minor": 2
"nbformat_minor": 4
}

0 comments on commit 5139701

Please sign in to comment.