File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
samples/04_gis_analysts_data_scientists Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 253253 },
254254 "outputs": [],
255255 "source": [
256- "m1.add_layer (target_community)"
256+ "m1.content.add (target_community)"
257257 ]
258258 },
259259 {
361361 },
362362 "outputs": [],
363363 "source": [
364- "target_area_map.add_layer (target_area)\n",
365- "target_area_map.add_layer (target_community)"
364+ "target_area_map.content.add (target_area)\n",
365+ "target_area_map.content.add (target_community)"
366366 ]
367367 },
368368 {
21892189 "outputs": [],
21902190 "source": [
21912191 "map1 = gis.map('Atlanta')\n",
2192- "map1.add_layer (top_4_most_similar_results)"
2192+ "map1.content.add (top_4_most_similar_results)"
21932193 ]
21942194 },
21952195 {
22012201 "outputs": [],
22022202 "source": [
22032203 "map2 = gis.map('Houston')\n",
2204- "map2.add_layer (top_4_most_similar_results)"
2204+ "map2.content.add (top_4_most_similar_results)"
22052205 ]
22062206 },
22072207 {
You can’t perform that action at this time.
0 commit comments