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 253
253
},
254
254
"outputs": [],
255
255
"source": [
256
- "m1.add_layer (target_community)"
256
+ "m1.content.add (target_community)"
257
257
]
258
258
},
259
259
{
361
361
},
362
362
"outputs": [],
363
363
"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)"
366
366
]
367
367
},
368
368
{
2189
2189
"outputs": [],
2190
2190
"source": [
2191
2191
"map1 = gis.map('Atlanta')\n",
2192
- "map1.add_layer (top_4_most_similar_results)"
2192
+ "map1.content.add (top_4_most_similar_results)"
2193
2193
]
2194
2194
},
2195
2195
{
2201
2201
"outputs": [],
2202
2202
"source": [
2203
2203
"map2 = gis.map('Houston')\n",
2204
- "map2.add_layer (top_4_most_similar_results)"
2204
+ "map2.content.add (top_4_most_similar_results)"
2205
2205
]
2206
2206
},
2207
2207
{
You can’t perform that action at this time.
0 commit comments