Skip to content

Commit 5fae2af

Browse files
chrishna1rohitgeo
authored andcommitted
added missing image for map (Esri#373)
* added image for the map * changed variable name, which was python builtin-function * changed m1 to result_map
1 parent 9b7e2e5 commit 5fae2af

File tree

2 files changed

+132
-108
lines changed

2 files changed

+132
-108
lines changed

samples/04_gis_analysts_data_scientists/detecting_swimming_pools_using_satellite_image_and_deep_learning.ipynb

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -174,8 +174,8 @@
174174
}
175175
],
176176
"source": [
177-
"map = gis.map(\"Prospect Park, Redlands, CA\")\n",
178-
"map"
177+
"m = gis.map(\"Prospect Park, Redlands, CA\")\n",
178+
"m"
179179
]
180180
},
181181
{
@@ -184,7 +184,7 @@
184184
"metadata": {},
185185
"outputs": [],
186186
"source": [
187-
"map.basemap = 'gray'"
187+
"m.basemap = 'gray'"
188188
]
189189
},
190190
{
@@ -263,7 +263,7 @@
263263
"metadata": {},
264264
"outputs": [],
265265
"source": [
266-
"map.add_layer(naiplayer)"
266+
"m.add_layer(naiplayer)"
267267
]
268268
},
269269
{
@@ -1102,10 +1102,10 @@
11021102
}
11031103
],
11041104
"source": [
1105-
"m = gis.map('Redlands, CA')\n",
1106-
"m.basemap='satellite'\n",
1107-
"m.add_layer(out_objects)\n",
1108-
"m"
1105+
"result_map = gis.map('Redlands, CA')\n",
1106+
"result_map.basemap='satellite'\n",
1107+
"result_map.add_layer(out_objects)\n",
1108+
"result_map"
11091109
]
11101110
},
11111111
{
@@ -1144,7 +1144,7 @@
11441144
"name": "python",
11451145
"nbconvert_exporter": "python",
11461146
"pygments_lexer": "ipython3",
1147-
"version": "3.6.7"
1147+
"version": "3.6.4"
11481148
},
11491149
"toc": {
11501150
"base_numbering": 1,

samples/04_gis_analysts_data_scientists/finding_hospitals_closest_to_an_incident.ipynb

Lines changed: 123 additions & 99 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)