Fixed typo ('backup = layers') in Macao cell of examples.ipynb

This commit is contained in:
Marcelo Prates
2021-08-28 13:19:34 -03:00
parent 8a006d03f7
commit 890798c377

View File

@@ -287,11 +287,7 @@
"\n", "\n",
"layers = plot(\n", "layers = plot(\n",
" 'Praça Ferreira do Amaral, Macau', radius = 1100,\n", " 'Praça Ferreira do Amaral, Macau', radius = 1100,\n",
" \n",
" ax = ax,\n", " ax = ax,\n",
"\n",
" backup = layers,\n",
" \n",
" layers = {\n", " layers = {\n",
" 'perimeter': {},\n", " 'perimeter': {},\n",
" 'streets': {\n", " 'streets': {\n",
@@ -3802,7 +3798,7 @@
" layers['streets'] = layers['streets'].buffer(0).intersection(boundary)\n", " layers['streets'] = layers['streets'].buffer(0).intersection(boundary)\n",
" return layers\n", " return layers\n",
"\n", "\n",
"backup = plot(\n", "layers = plot(\n",
" 'Palmanova, Italy', radius = 970,\n", " 'Palmanova, Italy', radius = 970,\n",
" \n", " \n",
" ax = ax,\n", " ax = ax,\n",
@@ -3891,7 +3887,7 @@
"\n", "\n",
"fig, ax = plt.subplots(figsize = (12, 12), constrained_layout = True)\n", "fig, ax = plt.subplots(figsize = (12, 12), constrained_layout = True)\n",
"\n", "\n",
"backup = plot(\n", "layers = plot(\n",
" 'Erbil, Iraq', radius = 1500,\n", " 'Erbil, Iraq', radius = 1500,\n",
" \n", " \n",
" ax = ax,\n", " ax = ax,\n",