File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
samples/04_gis_analysts_data_scientists Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 295
295
"metadata": {},
296
296
"outputs": [],
297
297
"source": [
298
- "crime_map.add_layer (violent_crimes)"
298
+ "crime_map.content.add (violent_crimes)"
299
299
]
300
300
},
301
301
{
416
416
"metadata": {},
417
417
"outputs": [],
418
418
"source": [
419
- "crime_spots_map.add_layer (crime_hot_spots)"
419
+ "crime_spots_map.content.add (crime_hot_spots)"
420
420
]
421
421
},
422
422
{
539
539
"metadata": {},
540
540
"outputs": [],
541
541
"source": [
542
- "liquor_hot_spots_map.add_layer (liquor_vendor_hot_spots_lyr)"
542
+ "liquor_hot_spots_map.content.add (liquor_vendor_hot_spots_lyr)"
543
543
]
544
544
},
545
545
{
692
692
"metadata": {},
693
693
"outputs": [],
694
694
"source": [
695
- "poverty_data_hot_spots_map.add_layer (poverty_data_hot_spots)"
695
+ "poverty_data_hot_spots_map.content.add (poverty_data_hot_spots)"
696
696
]
697
697
},
698
698
{
905
905
"metadata": {},
906
906
"outputs": [],
907
907
"source": [
908
- "intersected_map.add_layer (intersect_cri_pov_liq)"
908
+ "intersected_map.content.add (intersect_cri_pov_liq)"
909
909
]
910
910
},
911
911
{
1032
1032
"metadata": {},
1033
1033
"outputs": [],
1034
1034
"source": [
1035
- "unemployment_rate_hot_spots_map.add_layer (unemployment_rate_hot_spots)"
1035
+ "unemployment_rate_hot_spots_map.content.add (unemployment_rate_hot_spots)"
1036
1036
]
1037
1037
},
1038
1038
{
1167
1167
"metadata": {},
1168
1168
"outputs": [],
1169
1169
"source": [
1170
- "overlay_map.add_layer (overlay_unemp_crime)"
1170
+ "overlay_map.content.add (overlay_unemp_crime)"
1171
1171
]
1172
1172
},
1173
1173
{
1287
1287
"metadata": {},
1288
1288
"outputs": [],
1289
1289
"source": [
1290
- "selected_high_schools_map.add_layer (selected_schools)"
1290
+ "selected_high_schools_map.content.add (selected_schools)"
1291
1291
]
1292
1292
},
1293
1293
{
You can’t perform that action at this time.
0 commit comments