Skip to content

Commit

Permalink
Merge pull request #2144 from Esri/ssong/green_sample
Browse files Browse the repository at this point in the history
Update for how much green sample
  • Loading branch information
jyaistMap authored Nov 8, 2024
2 parents e9d3b4a + 7437b64 commit f9fb7ef
Showing 1 changed file with 14 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -583,9 +583,9 @@
"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.legend.enabled = True\n",
"m"
]
},
Expand All @@ -601,6 +601,15 @@
"![How-much-green-is-Delhi_output.PNG](attachment:How-much-green-is-Delhi_output.PNG)"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"m.zoom = 10"
]
},
{
"cell_type": "markdown",
"metadata": {},
Expand Down Expand Up @@ -755,9 +764,9 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.16"
"version": "3.11.10"
}
},
"nbformat": 4,
"nbformat_minor": 2
"nbformat_minor": 4
}

0 comments on commit f9fb7ef

Please sign in to comment.